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