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