w:textInput
Text Box Form Field Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_FFTextInput
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:type [0..1] Text Box Form Field Type
- w:default [0..1] Default Text Box Form Field String
- w:maxLength [0..1] Text Box Form Field Maximum Length
- w:format [0..1] Text Box Form Field Formatting
Attributes
None
Used in
- Type w:CT_FFData (Element w:ffData)
Sample instance
<w:textInput> <w:type w:val="regular"/> <w:default w:val="string"/> <w:maxLength w:val="1"/> <w:format w:val="string"/> </w:textInput>