Interface CTConsolidation
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTConsolidation extends XmlObject
An XML CT_Consolidation(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTConsolidation.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 CTPagesaddNewPages()Appends and returns a new empty "pages" elementCTRangeSetsaddNewRangeSets()Appends and returns a new empty "rangeSets" elementbooleangetAutoPage()Gets the "autoPage" attributeCTPagesgetPages()Gets the "pages" elementCTRangeSetsgetRangeSets()Gets the "rangeSets" elementbooleanisSetAutoPage()True if has "autoPage" attributebooleanisSetPages()True if has "pages" elementvoidsetAutoPage(boolean autoPage)Sets the "autoPage" attributevoidsetPages(CTPages pages)Sets the "pages" elementvoidsetRangeSets(CTRangeSets rangeSets)Sets the "rangeSets" elementvoidunsetAutoPage()Unsets the "autoPage" attributevoidunsetPages()Unsets the "pages" elementXmlBooleanxgetAutoPage()Gets (as xml) the "autoPage" attributevoidxsetAutoPage(XmlBoolean autoPage)Sets (as xml) the "autoPage" 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
-
getPages
CTPages getPages()
Gets the "pages" element
-
isSetPages
boolean isSetPages()
True if has "pages" element
-
setPages
void setPages(CTPages pages)
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
void setRangeSets(CTRangeSets rangeSets)
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
void xsetAutoPage(XmlBoolean autoPage)
Sets (as xml) the "autoPage" attribute
-
unsetAutoPage
void unsetAutoPage()
Unsets the "autoPage" attribute
-
-