HeaderFooterManager.AddDateTimePlaceholder Method
| Name | Parameters | Description |
|---|---|---|
| AddDateTimePlaceholder(NotesSlide, String) | note, text | Adds a date and time placeholder to the specified note slide. |
| AddDateTimePlaceholder(Slide, String) | slide, text | Adds a date and time placeholder to the specified slide. |
| AddDateTimePlaceholder(IEnumerable<NotesSlide>, String) | notes, text | Adds a date and time placeholder to the specified note slides. |
| AddDateTimePlaceholder(IEnumerable<Slide>, String) | slides, text | Adds a date and time placeholder to the specified slides. |