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