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 class
CTConsolidation.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 CTPages
addNewPages()
Appends and returns a new empty "pages" elementCTRangeSets
addNewRangeSets()
Appends and returns a new empty "rangeSets" elementboolean
getAutoPage()
Gets the "autoPage" attributeCTPages
getPages()
Gets the "pages" elementCTRangeSets
getRangeSets()
Gets the "rangeSets" elementboolean
isSetAutoPage()
True if has "autoPage" attributeboolean
isSetPages()
True if has "pages" elementvoid
setAutoPage(boolean autoPage)
Sets the "autoPage" attributevoid
setPages(CTPages pages)
Sets the "pages" elementvoid
setRangeSets(CTRangeSets rangeSets)
Sets the "rangeSets" elementvoid
unsetAutoPage()
Unsets the "autoPage" attributevoid
unsetPages()
Unsets the "pages" elementXmlBoolean
xgetAutoPage()
Gets (as xml) the "autoPage" attributevoid
xsetAutoPage(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
-
-