Interface CTFldChar
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_FldChar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "ffData" elementAppends and returns a new empty "fldData" elementAppends and returns a new empty "numberingChange" elementgetDirty()
Gets the "dirty" attributeGets the "ffData" elementGets the "fldCharType" attributeGets the "fldData" elementGets the "fldLock" attributeGets the "numberingChange" elementboolean
True if has "dirty" attributeboolean
True if has "ffData" elementboolean
True if has "fldData" elementboolean
True if has "fldLock" attributeboolean
True if has "numberingChange" elementvoid
Sets the "dirty" attributevoid
Sets the "ffData" elementvoid
setFldCharType
(STFldCharType.Enum fldCharType) Sets the "fldCharType" attributevoid
setFldData
(CTText fldData) Sets the "fldData" elementvoid
setFldLock
(Object fldLock) Sets the "fldLock" attributevoid
setNumberingChange
(CTTrackChangeNumbering numberingChange) Sets the "numberingChange" elementvoid
Unsets the "dirty" attributevoid
Unsets the "ffData" elementvoid
Unsets the "fldData" elementvoid
Unsets the "fldLock" attributevoid
Unsets the "numberingChange" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "dirty" attributeGets (as xml) the "fldCharType" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "fldLock" attributevoid
xsetDirty
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff dirty) Sets (as xml) the "dirty" attributevoid
xsetFldCharType
(STFldCharType fldCharType) Sets (as xml) the "fldCharType" attributevoid
xsetFldLock
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff fldLock) Sets (as xml) the "fldLock" attributeMethods 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, valueHashCode
Methods 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
-
getFldData
CTText getFldData()Gets the "fldData" element -
isSetFldData
boolean isSetFldData()True if has "fldData" element -
setFldData
Sets the "fldData" element -
addNewFldData
CTText addNewFldData()Appends and returns a new empty "fldData" element -
unsetFldData
void unsetFldData()Unsets the "fldData" element -
getFfData
CTFFData getFfData()Gets the "ffData" element -
isSetFfData
boolean isSetFfData()True if has "ffData" element -
setFfData
Sets the "ffData" element -
addNewFfData
CTFFData addNewFfData()Appends and returns a new empty "ffData" element -
unsetFfData
void unsetFfData()Unsets the "ffData" element -
getNumberingChange
CTTrackChangeNumbering getNumberingChange()Gets the "numberingChange" element -
isSetNumberingChange
boolean isSetNumberingChange()True if has "numberingChange" element -
setNumberingChange
Sets the "numberingChange" element -
addNewNumberingChange
CTTrackChangeNumbering addNewNumberingChange()Appends and returns a new empty "numberingChange" element -
unsetNumberingChange
void unsetNumberingChange()Unsets the "numberingChange" element -
getFldCharType
STFldCharType.Enum getFldCharType()Gets the "fldCharType" attribute -
xgetFldCharType
STFldCharType xgetFldCharType()Gets (as xml) the "fldCharType" attribute -
setFldCharType
Sets the "fldCharType" attribute -
xsetFldCharType
Sets (as xml) the "fldCharType" attribute -
getFldLock
Object getFldLock()Gets the "fldLock" attribute -
xgetFldLock
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetFldLock()Gets (as xml) the "fldLock" attribute -
isSetFldLock
boolean isSetFldLock()True if has "fldLock" attribute -
setFldLock
Sets the "fldLock" attribute -
unsetFldLock
void unsetFldLock()Unsets the "fldLock" attribute -
getDirty
Object getDirty()Gets the "dirty" attribute -
xgetDirty
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetDirty()Gets (as xml) the "dirty" attribute -
isSetDirty
boolean isSetDirty()True if has "dirty" attribute -
setDirty
Sets the "dirty" attribute -
unsetDirty
void unsetDirty()Unsets the "dirty" attribute
-