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