Interface CTFFTextInput
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FFTextInput(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFFTextInput> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "default" elementAppends and returns a new empty "format" elementAppends and returns a new empty "maxLength" elementAppends and returns a new empty "type" elementGets the "default" elementGets the "format" elementGets the "maxLength" elementgetType()Gets the "type" elementbooleanTrue if has "default" elementbooleanTrue if has "format" elementbooleanTrue if has "maxLength" elementbooleanTrue if has "type" elementvoidsetDefault(CTString xdefault) Sets the "default" elementvoidSets the "format" elementvoidsetMaxLength(CTDecimalNumber maxLength) Sets the "maxLength" elementvoidsetType(CTFFTextType type) Sets the "type" elementvoidUnsets the "default" elementvoidUnsets the "format" elementvoidUnsets the "maxLength" elementvoidUnsets the "type" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getType
CTFFTextType getType()Gets the "type" element -
isSetType
boolean isSetType()True if has "type" element -
setType
Sets the "type" element -
addNewType
CTFFTextType addNewType()Appends and returns a new empty "type" element -
unsetType
void unsetType()Unsets the "type" element -
getDefault
CTString getDefault()Gets the "default" element -
isSetDefault
boolean isSetDefault()True if has "default" element -
setDefault
Sets the "default" element -
addNewDefault
CTString addNewDefault()Appends and returns a new empty "default" element -
unsetDefault
void unsetDefault()Unsets the "default" element -
getMaxLength
CTDecimalNumber getMaxLength()Gets the "maxLength" element -
isSetMaxLength
boolean isSetMaxLength()True if has "maxLength" element -
setMaxLength
Sets the "maxLength" element -
addNewMaxLength
CTDecimalNumber addNewMaxLength()Appends and returns a new empty "maxLength" element -
unsetMaxLength
void unsetMaxLength()Unsets the "maxLength" element -
getFormat
CTString getFormat()Gets the "format" element -
isSetFormat
boolean isSetFormat()True if has "format" element -
setFormat
Sets the "format" element -
addNewFormat
CTString addNewFormat()Appends and returns a new empty "format" element -
unsetFormat
void unsetFormat()Unsets the "format" element
-