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