Interface CTPageField
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPageField> 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 "extLst" elementgetCap()Gets the "cap" attributeGets the "extLst" elementintgetFld()Gets the "fld" attributeintgetHier()Gets the "hier" attributelonggetItem()Gets the "item" attributegetName()Gets the "name" attributebooleanisSetCap()True if has "cap" attributebooleanTrue if has "extLst" elementbooleanTrue if has "hier" attributebooleanTrue if has "item" attributebooleanTrue if has "name" attributevoidSets the "cap" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFld(int fld) Sets the "fld" attributevoidsetHier(int hier) Sets the "hier" attributevoidsetItem(long item) Sets the "item" attributevoidSets the "name" attributevoidunsetCap()Unsets the "cap" attributevoidUnsets the "extLst" elementvoidUnsets the "hier" attributevoidUnsets the "item" attributevoidUnsets the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetCap()Gets (as xml) the "cap" attributexgetFld()Gets (as xml) the "fld" attributexgetHier()Gets (as xml) the "hier" attributexgetItem()Gets (as xml) the "item" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributevoidxsetCap(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring cap) Sets (as xml) the "cap" attributevoidSets (as xml) the "fld" attributevoidSets (as xml) the "hier" attributevoidxsetItem(XmlUnsignedInt item) Sets (as xml) the "item" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" 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, 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getFld
int getFld()Gets the "fld" attribute -
xgetFld
XmlInt xgetFld()Gets (as xml) the "fld" attribute -
setFld
void setFld(int fld) Sets the "fld" attribute -
xsetFld
Sets (as xml) the "fld" attribute -
getItem
long getItem()Gets the "item" attribute -
xgetItem
XmlUnsignedInt xgetItem()Gets (as xml) the "item" attribute -
isSetItem
boolean isSetItem()True if has "item" attribute -
setItem
void setItem(long item) Sets the "item" attribute -
xsetItem
Sets (as xml) the "item" attribute -
unsetItem
void unsetItem()Unsets the "item" attribute -
getHier
int getHier()Gets the "hier" attribute -
xgetHier
XmlInt xgetHier()Gets (as xml) the "hier" attribute -
isSetHier
boolean isSetHier()True if has "hier" attribute -
setHier
void setHier(int hier) Sets the "hier" attribute -
xsetHier
Sets (as xml) the "hier" attribute -
unsetHier
void unsetHier()Unsets the "hier" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute -
getCap
String getCap()Gets the "cap" attribute -
xgetCap
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCap()Gets (as xml) the "cap" attribute -
isSetCap
boolean isSetCap()True if has "cap" attribute -
setCap
Sets the "cap" attribute -
unsetCap
void unsetCap()Unsets the "cap" attribute
-