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