Package org.docx4j.wml
Class CTFFTextInput
java.lang.Object
org.docx4j.wml.CTFFTextInput
- All Implemented Interfaces:
Child
Java class for CT_FFTextInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FFTextInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FFTextType" minOccurs="0"/>
<element name="default" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="maxLength" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="format" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTFFTextInput.Defaultprotected CTFFTextInput.Formatprotected CTFFTextInput.MaxLengthprotected CTFFTextType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the default property.Gets the value of the format property.Gets the value of the maxLength property.Gets the parent object in the object tree representing the unmarshalled xml document.getType()Gets the value of the type property.voidsetDefault(CTFFTextInput.Default value) Sets the value of the default property.voidsetFormat(CTFFTextInput.Format value) Sets the value of the format property.voidSets the value of the maxLength property.voidvoidsetType(CTFFTextType value) Sets the value of the type property.
-
Field Details
-
type
-
_default
-
maxLength
-
format
-
-
Constructor Details
-
CTFFTextInput
public CTFFTextInput()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
CTFFTextType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCTFFTextType
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
CTFFTextInput.Default
-
setDefault
Sets the value of the default property.- Parameters:
value- allowed object isCTFFTextInput.Default
-
getMaxLength
Gets the value of the maxLength property.- Returns:
- possible object is
CTFFTextInput.MaxLength
-
setMaxLength
Sets the value of the maxLength property.- Parameters:
value- allowed object isCTFFTextInput.MaxLength
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
CTFFTextInput.Format
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isCTFFTextInput.Format
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-