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 class
CTPageField.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementjava.lang.String
getCap()
Gets the "cap" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementint
getFld()
Gets the "fld" attributeint
getHier()
Gets the "hier" attributelong
getItem()
Gets the "item" attributejava.lang.String
getName()
Gets the "name" attributeboolean
isSetCap()
True if has "cap" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHier()
True if has "hier" attributeboolean
isSetItem()
True if has "item" attributeboolean
isSetName()
True if has "name" attributevoid
setCap(java.lang.String cap)
Sets the "cap" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFld(int fld)
Sets the "fld" attributevoid
setHier(int hier)
Sets the "hier" attributevoid
setItem(long item)
Sets the "item" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
unsetCap()
Unsets the "cap" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHier()
Unsets the "hier" attributevoid
unsetItem()
Unsets the "item" attributevoid
unsetName()
Unsets the "name" attributeSTXstring
xgetCap()
Gets (as xml) the "cap" attributeXmlInt
xgetFld()
Gets (as xml) the "fld" attributeXmlInt
xgetHier()
Gets (as xml) the "hier" attributeXmlUnsignedInt
xgetItem()
Gets (as xml) the "item" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributevoid
xsetCap(STXstring cap)
Sets (as xml) the "cap" attributevoid
xsetFld(XmlInt fld)
Sets (as xml) the "fld" attributevoid
xsetHier(XmlInt hier)
Sets (as xml) the "hier" attributevoid
xsetItem(XmlUnsignedInt item)
Sets (as xml) the "item" attributevoid
xsetName(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
-
-