Interface CTPageField
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageField extends XmlObject
An XML CT_PageField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPageField.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementjava.lang.StringgetCap()Gets the "cap" attributeCTExtensionListgetExtLst()Gets the "extLst" elementintgetFld()Gets the "fld" attributeintgetHier()Gets the "hier" attributelonggetItem()Gets the "item" attributejava.lang.StringgetName()Gets the "name" attributebooleanisSetCap()True if has "cap" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHier()True if has "hier" attributebooleanisSetItem()True if has "item" attributebooleanisSetName()True if has "name" attributevoidsetCap(java.lang.String cap)Sets 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" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidunsetCap()Unsets the "cap" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHier()Unsets the "hier" attributevoidunsetItem()Unsets the "item" attributevoidunsetName()Unsets the "name" attributeSTXstringxgetCap()Gets (as xml) the "cap" attributeXmlIntxgetFld()Gets (as xml) the "fld" attributeXmlIntxgetHier()Gets (as xml) the "hier" attributeXmlUnsignedIntxgetItem()Gets (as xml) the "item" attributeSTXstringxgetName()Gets (as xml) the "name" attributevoidxsetCap(STXstring cap)Sets (as xml) the "cap" attributevoidxsetFld(XmlInt fld)Sets (as xml) the "fld" attributevoidxsetHier(XmlInt hier)Sets (as xml) the "hier" attributevoidxsetItem(XmlUnsignedInt item)Sets (as xml) the "item" attributevoidxsetName(STXstring name)Sets (as xml) the "name" 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
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
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
void xsetFld(XmlInt fld)
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
void xsetItem(XmlUnsignedInt item)
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
void xsetHier(XmlInt hier)
Sets (as xml) the "hier" attribute
-
unsetHier
void unsetHier()
Unsets the "hier" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getCap
java.lang.String getCap()
Gets the "cap" attribute
-
xgetCap
STXstring xgetCap()
Gets (as xml) the "cap" attribute
-
isSetCap
boolean isSetCap()
True if has "cap" attribute
-
setCap
void setCap(java.lang.String cap)
Sets the "cap" attribute
-
xsetCap
void xsetCap(STXstring cap)
Sets (as xml) the "cap" attribute
-
unsetCap
void unsetCap()
Unsets the "cap" attribute
-
-