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