Presentation Properties
A non-visual component that allows you to generate presentations from scratch and manipulate existing presentations in PPTX format.| Name | Description |
|---|---|
| DefaultTextStyle | Gets or sets the default text style for the presentation. |
| DocumentProperties | Obtains presentation document properties. |
| FirstSlideNumber | Gets or sets the starting number for slide numbering in the presentation. |
| HeaderFooterManager | Returns the HeaderFooter manager that allows you to add footer text, date, and slide numbers to its associated presentation. |
| IsDisposed | Indicates whether the presentation has been disposed of. |
| NotesMaster | Gets or sets the Notes Master that is a shared layout for all notes in the presentation. The Notes Master contains visual parameters (location on a slide, text format settings, background, and so on) for headers, footers, and notes. |
| SlideMasters | Returns the presentation collection of Slide Masters. The Slide Master is a top-level template slide that you can use as a base for other slides. |
| Slides | Returns the presentation’s collection of slides. |
| SlideSize | Gets or sets the slide size and orientation. |
| ViewProperties | Gets the presentation view properties. |
See Also