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 classCTCustomChartsheetView.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 CTHeaderFooteraddNewHeaderFooter()Appends and returns a new empty "headerFooter" elementCTPageMarginsaddNewPageMargins()Appends and returns a new empty "pageMargins" elementCTCsPageSetupaddNewPageSetup()Appends and returns a new empty "pageSetup" elementjava.lang.StringgetGuid()Gets the "guid" attributeCTHeaderFootergetHeaderFooter()Gets the "headerFooter" elementCTPageMarginsgetPageMargins()Gets the "pageMargins" elementCTCsPageSetupgetPageSetup()Gets the "pageSetup" elementlonggetScale()Gets the "scale" attributeSTSheetState.EnumgetState()Gets the "state" attributebooleangetZoomToFit()Gets the "zoomToFit" attributebooleanisSetHeaderFooter()True if has "headerFooter" elementbooleanisSetPageMargins()True if has "pageMargins" elementbooleanisSetPageSetup()True if has "pageSetup" elementbooleanisSetScale()True if has "scale" attributebooleanisSetState()True if has "state" attributebooleanisSetZoomToFit()True if has "zoomToFit" attributevoidsetGuid(java.lang.String guid)Sets the "guid" attributevoidsetHeaderFooter(CTHeaderFooter headerFooter)Sets the "headerFooter" elementvoidsetPageMargins(CTPageMargins pageMargins)Sets the "pageMargins" elementvoidsetPageSetup(CTCsPageSetup pageSetup)Sets the "pageSetup" elementvoidsetScale(long scale)Sets the "scale" attributevoidsetState(STSheetState.Enum state)Sets the "state" attributevoidsetZoomToFit(boolean zoomToFit)Sets the "zoomToFit" attributevoidunsetHeaderFooter()Unsets the "headerFooter" elementvoidunsetPageMargins()Unsets the "pageMargins" elementvoidunsetPageSetup()Unsets the "pageSetup" elementvoidunsetScale()Unsets the "scale" attributevoidunsetState()Unsets the "state" attributevoidunsetZoomToFit()Unsets the "zoomToFit" attributeSTGuidxgetGuid()Gets (as xml) the "guid" attributeXmlUnsignedIntxgetScale()Gets (as xml) the "scale" attributeSTSheetStatexgetState()Gets (as xml) the "state" attributeXmlBooleanxgetZoomToFit()Gets (as xml) the "zoomToFit" attributevoidxsetGuid(STGuid guid)Sets (as xml) the "guid" attributevoidxsetScale(XmlUnsignedInt scale)Sets (as xml) the "scale" attributevoidxsetState(STSheetState state)Sets (as xml) the "state" attributevoidxsetZoomToFit(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
-
-