Interface CTCustomChartsheetView
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CustomChartsheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCustomChartsheetView> 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 "headerFooter" elementAppends and returns a new empty "pageMargins" elementAppends and returns a new empty "pageSetup" elementgetGuid()Gets the "guid" attributeGets the "headerFooter" elementGets the "pageMargins" elementGets the "pageSetup" elementlonggetScale()Gets the "scale" attributegetState()Gets the "state" attributebooleanGets the "zoomToFit" attributebooleanTrue if has "headerFooter" elementbooleanTrue if has "pageMargins" elementbooleanTrue if has "pageSetup" elementbooleanTrue if has "scale" attributebooleanTrue if has "state" attributebooleanTrue if has "zoomToFit" attributevoidSets 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" attributevoidUnsets the "headerFooter" elementvoidUnsets the "pageMargins" elementvoidUnsets the "pageSetup" elementvoidUnsets the "scale" attributevoidUnsets the "state" attributevoidUnsets the "zoomToFit" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetGuid()Gets (as xml) the "guid" attributeGets (as xml) the "scale" attributeGets (as xml) the "state" attributeGets (as xml) the "zoomToFit" attributevoidxsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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" 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
-
getPageMargins
CTPageMargins getPageMargins()Gets the "pageMargins" element -
isSetPageMargins
boolean isSetPageMargins()True if has "pageMargins" element -
setPageMargins
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
Sets the "pageSetup" element -
addNewPageSetup
CTCsPageSetup addNewPageSetup()Appends and returns a new empty "pageSetup" element -
unsetPageSetup
void unsetPageSetup()Unsets the "pageSetup" element -
getGuid
String getGuid()Gets the "guid" attribute -
xgetGuid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()Gets (as xml) the "guid" attribute -
setGuid
Sets 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
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
Sets the "state" attribute -
xsetState
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
Sets (as xml) the "zoomToFit" attribute -
unsetZoomToFit
void unsetZoomToFit()Unsets the "zoomToFit" attribute
-