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