Presentation Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Presentation() | Initializes a new instance of the Presentation class. | |
Presentation(String) | Initializes a new instance of the Presentation class from outer XML. | |
Presentation(array<OpenXmlElement[]) | Initializes a new instance of the Presentation class with the specified child elements. | |
Presentation(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Presentation class with the specified child elements. |
Top