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