Interface CTFieldGroup
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FieldGroup(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFieldGroup> 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 "discretePr" elementAppends and returns a new empty "groupItems" elementAppends and returns a new empty "rangePr" elementlonggetBase()Gets the "base" attributeGets the "discretePr" elementGets the "groupItems" elementlonggetPar()Gets the "par" attributeGets the "rangePr" elementbooleanTrue if has "base" attributebooleanTrue if has "discretePr" elementbooleanTrue if has "groupItems" elementbooleanisSetPar()True if has "par" attributebooleanTrue if has "rangePr" elementvoidsetBase(long base) Sets the "base" attributevoidsetDiscretePr(CTDiscretePr discretePr) Sets the "discretePr" elementvoidsetGroupItems(CTGroupItems groupItems) Sets the "groupItems" elementvoidsetPar(long par) Sets the "par" attributevoidsetRangePr(CTRangePr rangePr) Sets the "rangePr" elementvoidUnsets the "base" attributevoidUnsets the "discretePr" elementvoidUnsets the "groupItems" elementvoidunsetPar()Unsets the "par" attributevoidUnsets the "rangePr" elementxgetBase()Gets (as xml) the "base" attributexgetPar()Gets (as xml) the "par" attributevoidxsetBase(XmlUnsignedInt base) Sets (as xml) the "base" attributevoidxsetPar(XmlUnsignedInt par) Sets (as xml) the "par" 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
-
getRangePr
CTRangePr getRangePr()Gets the "rangePr" element -
isSetRangePr
boolean isSetRangePr()True if has "rangePr" element -
setRangePr
Sets the "rangePr" element -
addNewRangePr
CTRangePr addNewRangePr()Appends and returns a new empty "rangePr" element -
unsetRangePr
void unsetRangePr()Unsets the "rangePr" element -
getDiscretePr
CTDiscretePr getDiscretePr()Gets the "discretePr" element -
isSetDiscretePr
boolean isSetDiscretePr()True if has "discretePr" element -
setDiscretePr
Sets the "discretePr" element -
addNewDiscretePr
CTDiscretePr addNewDiscretePr()Appends and returns a new empty "discretePr" element -
unsetDiscretePr
void unsetDiscretePr()Unsets the "discretePr" element -
getGroupItems
CTGroupItems getGroupItems()Gets the "groupItems" element -
isSetGroupItems
boolean isSetGroupItems()True if has "groupItems" element -
setGroupItems
Sets the "groupItems" element -
addNewGroupItems
CTGroupItems addNewGroupItems()Appends and returns a new empty "groupItems" element -
unsetGroupItems
void unsetGroupItems()Unsets the "groupItems" element -
getPar
long getPar()Gets the "par" attribute -
xgetPar
XmlUnsignedInt xgetPar()Gets (as xml) the "par" attribute -
isSetPar
boolean isSetPar()True if has "par" attribute -
setPar
void setPar(long par) Sets the "par" attribute -
xsetPar
Sets (as xml) the "par" attribute -
unsetPar
void unsetPar()Unsets the "par" attribute -
getBase
long getBase()Gets the "base" attribute -
xgetBase
XmlUnsignedInt xgetBase()Gets (as xml) the "base" attribute -
isSetBase
boolean isSetBase()True if has "base" attribute -
setBase
void setBase(long base) Sets the "base" attribute -
xsetBase
Sets (as xml) the "base" attribute -
unsetBase
void unsetBase()Unsets the "base" attribute
-