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