Interface CTCustomChartsheetView
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCustomChartsheetView extends XmlObject
An XML CT_CustomChartsheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCustomChartsheetView.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 CTHeaderFooter
addNewHeaderFooter()
Appends and returns a new empty "headerFooter" elementCTPageMargins
addNewPageMargins()
Appends and returns a new empty "pageMargins" elementCTCsPageSetup
addNewPageSetup()
Appends and returns a new empty "pageSetup" elementjava.lang.String
getGuid()
Gets the "guid" attributeCTHeaderFooter
getHeaderFooter()
Gets the "headerFooter" elementCTPageMargins
getPageMargins()
Gets the "pageMargins" elementCTCsPageSetup
getPageSetup()
Gets the "pageSetup" elementlong
getScale()
Gets the "scale" attributeSTSheetState.Enum
getState()
Gets the "state" attributeboolean
getZoomToFit()
Gets the "zoomToFit" attributeboolean
isSetHeaderFooter()
True if has "headerFooter" elementboolean
isSetPageMargins()
True if has "pageMargins" elementboolean
isSetPageSetup()
True if has "pageSetup" elementboolean
isSetScale()
True if has "scale" attributeboolean
isSetState()
True if has "state" attributeboolean
isSetZoomToFit()
True if has "zoomToFit" attributevoid
setGuid(java.lang.String guid)
Sets the "guid" attributevoid
setHeaderFooter(CTHeaderFooter headerFooter)
Sets the "headerFooter" elementvoid
setPageMargins(CTPageMargins pageMargins)
Sets the "pageMargins" elementvoid
setPageSetup(CTCsPageSetup pageSetup)
Sets the "pageSetup" elementvoid
setScale(long scale)
Sets the "scale" attributevoid
setState(STSheetState.Enum state)
Sets the "state" attributevoid
setZoomToFit(boolean zoomToFit)
Sets the "zoomToFit" attributevoid
unsetHeaderFooter()
Unsets the "headerFooter" elementvoid
unsetPageMargins()
Unsets the "pageMargins" elementvoid
unsetPageSetup()
Unsets the "pageSetup" elementvoid
unsetScale()
Unsets the "scale" attributevoid
unsetState()
Unsets the "state" attributevoid
unsetZoomToFit()
Unsets the "zoomToFit" attributeSTGuid
xgetGuid()
Gets (as xml) the "guid" attributeXmlUnsignedInt
xgetScale()
Gets (as xml) the "scale" attributeSTSheetState
xgetState()
Gets (as xml) the "state" attributeXmlBoolean
xgetZoomToFit()
Gets (as xml) the "zoomToFit" attributevoid
xsetGuid(STGuid guid)
Sets (as xml) the "guid" attributevoid
xsetScale(XmlUnsignedInt scale)
Sets (as xml) the "scale" attributevoid
xsetState(STSheetState state)
Sets (as xml) the "state" attributevoid
xsetZoomToFit(XmlBoolean zoomToFit)
Sets (as xml) the "zoomToFit" 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
-
getPageMargins
CTPageMargins getPageMargins()
Gets the "pageMargins" element
-
isSetPageMargins
boolean isSetPageMargins()
True if has "pageMargins" element
-
setPageMargins
void setPageMargins(CTPageMargins pageMargins)
Sets the "pageMargins" element
-
addNewPageMargins
CTPageMargins addNewPageMargins()
Appends and returns a new empty "pageMargins" element
-
unsetPageMargins
void unsetPageMargins()
Unsets the "pageMargins" element
-
getPageSetup
CTCsPageSetup getPageSetup()
Gets the "pageSetup" element
-
isSetPageSetup
boolean isSetPageSetup()
True if has "pageSetup" element
-
setPageSetup
void setPageSetup(CTCsPageSetup pageSetup)
Sets the "pageSetup" element
-
addNewPageSetup
CTCsPageSetup addNewPageSetup()
Appends and returns a new empty "pageSetup" element
-
unsetPageSetup
void unsetPageSetup()
Unsets the "pageSetup" element
-
getHeaderFooter
CTHeaderFooter getHeaderFooter()
Gets the "headerFooter" element
-
isSetHeaderFooter
boolean isSetHeaderFooter()
True if has "headerFooter" element
-
setHeaderFooter
void setHeaderFooter(CTHeaderFooter headerFooter)
Sets the "headerFooter" element
-
addNewHeaderFooter
CTHeaderFooter addNewHeaderFooter()
Appends and returns a new empty "headerFooter" element
-
unsetHeaderFooter
void unsetHeaderFooter()
Unsets the "headerFooter" element
-
getGuid
java.lang.String getGuid()
Gets the "guid" attribute
-
xgetGuid
STGuid xgetGuid()
Gets (as xml) the "guid" attribute
-
setGuid
void setGuid(java.lang.String guid)
Sets the "guid" attribute
-
xsetGuid
void xsetGuid(STGuid guid)
Sets (as xml) the "guid" attribute
-
getScale
long getScale()
Gets the "scale" attribute
-
xgetScale
XmlUnsignedInt xgetScale()
Gets (as xml) the "scale" attribute
-
isSetScale
boolean isSetScale()
True if has "scale" attribute
-
setScale
void setScale(long scale)
Sets the "scale" attribute
-
xsetScale
void xsetScale(XmlUnsignedInt scale)
Sets (as xml) the "scale" attribute
-
unsetScale
void unsetScale()
Unsets the "scale" attribute
-
getState
STSheetState.Enum getState()
Gets the "state" attribute
-
xgetState
STSheetState xgetState()
Gets (as xml) the "state" attribute
-
isSetState
boolean isSetState()
True if has "state" attribute
-
setState
void setState(STSheetState.Enum state)
Sets the "state" attribute
-
xsetState
void xsetState(STSheetState state)
Sets (as xml) the "state" attribute
-
unsetState
void unsetState()
Unsets the "state" attribute
-
getZoomToFit
boolean getZoomToFit()
Gets the "zoomToFit" attribute
-
xgetZoomToFit
XmlBoolean xgetZoomToFit()
Gets (as xml) the "zoomToFit" attribute
-
isSetZoomToFit
boolean isSetZoomToFit()
True if has "zoomToFit" attribute
-
setZoomToFit
void setZoomToFit(boolean zoomToFit)
Sets the "zoomToFit" attribute
-
xsetZoomToFit
void xsetZoomToFit(XmlBoolean zoomToFit)
Sets (as xml) the "zoomToFit" attribute
-
unsetZoomToFit
void unsetZoomToFit()
Unsets the "zoomToFit" attribute
-
-