Back to Devexpress

Presentation Properties

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-underscore-properties.md

latest2.3 KB
Original Source

Presentation Properties

A non-visual component that allows you to generate presentations from scratch and manipulate existing presentations in PPTX format.

NameDescription
DefaultTextStyleGets or sets the default text style for the presentation.
DocumentPropertiesObtains presentation document properties.
FirstSlideNumberGets or sets the starting number for slide numbering in the presentation.
HeaderFooterManagerReturns the HeaderFooter manager that allows you to add footer text, date, and slide numbers to its associated presentation.
IsDisposedIndicates whether the presentation has been disposed of.
NotesMasterGets 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.
SlideMastersReturns 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.
SlidesReturns the presentation’s collection of slides.
SlideSizeGets or sets the slide size and orientation.
ViewPropertiesGets the presentation view properties.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace