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