Interface CTConsolidation
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Consolidation(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTConsolidation> 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 "pages" elementAppends and returns a new empty "rangeSets" elementbooleanGets the "autoPage" attributegetPages()Gets the "pages" elementGets the "rangeSets" elementbooleanTrue if has "autoPage" attributebooleanTrue if has "pages" elementvoidsetAutoPage(boolean autoPage) Sets the "autoPage" attributevoidSets the "pages" elementvoidsetRangeSets(CTRangeSets rangeSets) Sets the "rangeSets" elementvoidUnsets the "autoPage" attributevoidUnsets the "pages" elementGets (as xml) the "autoPage" attributevoidxsetAutoPage(XmlBoolean autoPage) Sets (as xml) the "autoPage" 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
-
getPages
CTPages getPages()Gets the "pages" element -
isSetPages
boolean isSetPages()True if has "pages" element -
setPages
Sets the "pages" element -
addNewPages
CTPages addNewPages()Appends and returns a new empty "pages" element -
unsetPages
void unsetPages()Unsets the "pages" element -
getRangeSets
CTRangeSets getRangeSets()Gets the "rangeSets" element -
setRangeSets
Sets the "rangeSets" element -
addNewRangeSets
CTRangeSets addNewRangeSets()Appends and returns a new empty "rangeSets" element -
getAutoPage
boolean getAutoPage()Gets the "autoPage" attribute -
xgetAutoPage
XmlBoolean xgetAutoPage()Gets (as xml) the "autoPage" attribute -
isSetAutoPage
boolean isSetAutoPage()True if has "autoPage" attribute -
setAutoPage
void setAutoPage(boolean autoPage) Sets the "autoPage" attribute -
xsetAutoPage
Sets (as xml) the "autoPage" attribute -
unsetAutoPage
void unsetAutoPage()Unsets the "autoPage" attribute
-