Interface CTFFCheckBox
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FFCheckBox(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFFCheckBox> 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 "checked" elementAppends and returns a new empty "default" elementAppends and returns a new empty "size" elementAppends and returns a new empty "sizeAuto" elementGets the "checked" elementGets the "default" elementgetSize()Gets the "size" elementGets the "sizeAuto" elementbooleanTrue if has "checked" elementbooleanTrue if has "default" elementbooleanTrue if has "size" elementbooleanTrue if has "sizeAuto" elementvoidsetChecked(CTOnOff checked) Sets the "checked" elementvoidsetDefault(CTOnOff xdefault) Sets the "default" elementvoidsetSize(CTHpsMeasure size) Sets the "size" elementvoidsetSizeAuto(CTOnOff sizeAuto) Sets the "sizeAuto" elementvoidUnsets the "checked" elementvoidUnsets the "default" elementvoidUnsets the "size" elementvoidUnsets the "sizeAuto" 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
-
getSize
CTHpsMeasure getSize()Gets the "size" element -
isSetSize
boolean isSetSize()True if has "size" element -
setSize
Sets the "size" element -
addNewSize
CTHpsMeasure addNewSize()Appends and returns a new empty "size" element -
unsetSize
void unsetSize()Unsets the "size" element -
getSizeAuto
CTOnOff getSizeAuto()Gets the "sizeAuto" element -
isSetSizeAuto
boolean isSetSizeAuto()True if has "sizeAuto" element -
setSizeAuto
Sets the "sizeAuto" element -
addNewSizeAuto
CTOnOff addNewSizeAuto()Appends and returns a new empty "sizeAuto" element -
unsetSizeAuto
void unsetSizeAuto()Unsets the "sizeAuto" element -
getDefault
CTOnOff getDefault()Gets the "default" element -
isSetDefault
boolean isSetDefault()True if has "default" element -
setDefault
Sets the "default" element -
addNewDefault
CTOnOff addNewDefault()Appends and returns a new empty "default" element -
unsetDefault
void unsetDefault()Unsets the "default" element -
getChecked
CTOnOff getChecked()Gets the "checked" element -
isSetChecked
boolean isSetChecked()True if has "checked" element -
setChecked
Sets the "checked" element -
addNewChecked
CTOnOff addNewChecked()Appends and returns a new empty "checked" element -
unsetChecked
void unsetChecked()Unsets the "checked" element
-