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