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