Presentation Class Members
The following tables list the members exposed by Presentation.
Public Properties
Name | Description | |
---|---|---|
![]() | BuiltInDocumentProperties | Gets an IBuiltInDocumentProperties instance. Read-only. |
![]() | CustomDocumentProperties | Gets an ICustomDocumentProperties instance. Read-only. |
![]() | Final | Gets or sets a value indicating whether the IPresentation instance is marked as final. |
![]() | HasMacros | Gets or sets whether the presentation has macros. |
![]() | Masters | Gets the IMasterSlides collection of the IPresentation instance. Read-only. |
![]() | Sections | Returns a collection of ISection instances. Read-only. |
![]() | Slides | Gets the slide collection of ISlides instance. Read-only. |
![]() | SlideSize | Gets the slide size of ISlideSize instance. Read-only. |
Public Methods
Name | Description | |
---|---|---|
![]() | Clone | Creates an independent copy of IPresentation instance. |
![]() | Close | Releases any resources associated with the presentation instance. |
![]() ![]() | Create | Creates a new IPresentation instance. |
![]() | Dispose | Releases all resources used by the Presentation instance. |
![]() ![]() | Open | Opens the presentation from the specified stream. |
![]() | RemoveMacros | Removes the macros from the presentation instance. |
![]() | Save |
Extension Methods
Name | Description | |
---|---|---|
![]() | IterateIndex | Overloaded. Iterates the index. |
![]() | IterateIndex | Overloaded. Iterates the index. |
See Also