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