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