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