Interface CTFldChar
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTFldChar extends XmlObject
An XML CT_FldChar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTFldChar.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTFFData
addNewFfData()
Appends and returns a new empty "ffData" elementCTText
addNewFldData()
Appends and returns a new empty "fldData" elementCTTrackChangeNumbering
addNewNumberingChange()
Appends and returns a new empty "numberingChange" elementSTOnOff.Enum
getDirty()
Gets the "dirty" attributeCTFFData
getFfData()
Gets the "ffData" elementSTFldCharType.Enum
getFldCharType()
Gets the "fldCharType" attributeCTText
getFldData()
Gets the "fldData" elementSTOnOff.Enum
getFldLock()
Gets the "fldLock" attributeCTTrackChangeNumbering
getNumberingChange()
Gets the "numberingChange" elementboolean
isSetDirty()
True if has "dirty" attributeboolean
isSetFfData()
True if has "ffData" elementboolean
isSetFldData()
True if has "fldData" elementboolean
isSetFldLock()
True if has "fldLock" attributeboolean
isSetNumberingChange()
True if has "numberingChange" elementvoid
setDirty(STOnOff.Enum dirty)
Sets the "dirty" attributevoid
setFfData(CTFFData ffData)
Sets the "ffData" elementvoid
setFldCharType(STFldCharType.Enum fldCharType)
Sets the "fldCharType" attributevoid
setFldData(CTText fldData)
Sets the "fldData" elementvoid
setFldLock(STOnOff.Enum fldLock)
Sets the "fldLock" attributevoid
setNumberingChange(CTTrackChangeNumbering numberingChange)
Sets the "numberingChange" elementvoid
unsetDirty()
Unsets the "dirty" attributevoid
unsetFfData()
Unsets the "ffData" elementvoid
unsetFldData()
Unsets the "fldData" elementvoid
unsetFldLock()
Unsets the "fldLock" attributevoid
unsetNumberingChange()
Unsets the "numberingChange" elementSTOnOff
xgetDirty()
Gets (as xml) the "dirty" attributeSTFldCharType
xgetFldCharType()
Gets (as xml) the "fldCharType" attributeSTOnOff
xgetFldLock()
Gets (as xml) the "fldLock" attributevoid
xsetDirty(STOnOff dirty)
Sets (as xml) the "dirty" attributevoid
xsetFldCharType(STFldCharType fldCharType)
Sets (as xml) the "fldCharType" attributevoid
xsetFldLock(STOnOff fldLock)
Sets (as xml) the "fldLock" attribute-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFldData
CTText getFldData()
Gets the "fldData" element
-
isSetFldData
boolean isSetFldData()
True if has "fldData" element
-
setFldData
void setFldData(CTText fldData)
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
void setFfData(CTFFData ffData)
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
void setNumberingChange(CTTrackChangeNumbering numberingChange)
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
void setFldCharType(STFldCharType.Enum fldCharType)
Sets the "fldCharType" attribute
-
xsetFldCharType
void xsetFldCharType(STFldCharType fldCharType)
Sets (as xml) the "fldCharType" attribute
-
getFldLock
STOnOff.Enum getFldLock()
Gets the "fldLock" attribute
-
xgetFldLock
STOnOff xgetFldLock()
Gets (as xml) the "fldLock" attribute
-
isSetFldLock
boolean isSetFldLock()
True if has "fldLock" attribute
-
setFldLock
void setFldLock(STOnOff.Enum fldLock)
Sets the "fldLock" attribute
-
xsetFldLock
void xsetFldLock(STOnOff fldLock)
Sets (as xml) the "fldLock" attribute
-
unsetFldLock
void unsetFldLock()
Unsets the "fldLock" attribute
-
getDirty
STOnOff.Enum getDirty()
Gets the "dirty" attribute
-
xgetDirty
STOnOff xgetDirty()
Gets (as xml) the "dirty" attribute
-
isSetDirty
boolean isSetDirty()
True if has "dirty" attribute
-
setDirty
void setDirty(STOnOff.Enum dirty)
Sets the "dirty" attribute
-
xsetDirty
void xsetDirty(STOnOff dirty)
Sets (as xml) the "dirty" attribute
-
unsetDirty
void unsetDirty()
Unsets the "dirty" attribute
-
-