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