Interface CTChartsheet
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTChartsheet extends XmlObject
An XML CT_Chartsheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTChartsheet.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 CTCustomChartsheetViews
addNewCustomSheetViews()
Appends and returns a new empty "customSheetViews" elementCTDrawing
addNewDrawing()
Appends and returns a new empty "drawing" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTHeaderFooter
addNewHeaderFooter()
Appends and returns a new empty "headerFooter" elementCTLegacyDrawing
addNewLegacyDrawing()
Appends and returns a new empty "legacyDrawing" elementCTLegacyDrawing
addNewLegacyDrawingHF()
Appends and returns a new empty "legacyDrawingHF" elementCTPageMargins
addNewPageMargins()
Appends and returns a new empty "pageMargins" elementCTCsPageSetup
addNewPageSetup()
Appends and returns a new empty "pageSetup" elementCTSheetBackgroundPicture
addNewPicture()
Appends and returns a new empty "picture" elementCTChartsheetPr
addNewSheetPr()
Appends and returns a new empty "sheetPr" elementCTChartsheetProtection
addNewSheetProtection()
Appends and returns a new empty "sheetProtection" elementCTChartsheetViews
addNewSheetViews()
Appends and returns a new empty "sheetViews" elementCTWebPublishItems
addNewWebPublishItems()
Appends and returns a new empty "webPublishItems" elementCTCustomChartsheetViews
getCustomSheetViews()
Gets the "customSheetViews" elementCTDrawing
getDrawing()
Gets the "drawing" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTHeaderFooter
getHeaderFooter()
Gets the "headerFooter" elementCTLegacyDrawing
getLegacyDrawing()
Gets the "legacyDrawing" elementCTLegacyDrawing
getLegacyDrawingHF()
Gets the "legacyDrawingHF" elementCTPageMargins
getPageMargins()
Gets the "pageMargins" elementCTCsPageSetup
getPageSetup()
Gets the "pageSetup" elementCTSheetBackgroundPicture
getPicture()
Gets the "picture" elementCTChartsheetPr
getSheetPr()
Gets the "sheetPr" elementCTChartsheetProtection
getSheetProtection()
Gets the "sheetProtection" elementCTChartsheetViews
getSheetViews()
Gets the "sheetViews" elementCTWebPublishItems
getWebPublishItems()
Gets the "webPublishItems" elementboolean
isSetCustomSheetViews()
True if has "customSheetViews" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHeaderFooter()
True if has "headerFooter" elementboolean
isSetLegacyDrawing()
True if has "legacyDrawing" elementboolean
isSetLegacyDrawingHF()
True if has "legacyDrawingHF" elementboolean
isSetPageMargins()
True if has "pageMargins" elementboolean
isSetPageSetup()
True if has "pageSetup" elementboolean
isSetPicture()
True if has "picture" elementboolean
isSetSheetPr()
True if has "sheetPr" elementboolean
isSetSheetProtection()
True if has "sheetProtection" elementboolean
isSetWebPublishItems()
True if has "webPublishItems" elementvoid
setCustomSheetViews(CTCustomChartsheetViews customSheetViews)
Sets the "customSheetViews" elementvoid
setDrawing(CTDrawing drawing)
Sets the "drawing" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setHeaderFooter(CTHeaderFooter headerFooter)
Sets the "headerFooter" elementvoid
setLegacyDrawing(CTLegacyDrawing legacyDrawing)
Sets the "legacyDrawing" elementvoid
setLegacyDrawingHF(CTLegacyDrawing legacyDrawingHF)
Sets the "legacyDrawingHF" elementvoid
setPageMargins(CTPageMargins pageMargins)
Sets the "pageMargins" elementvoid
setPageSetup(CTCsPageSetup pageSetup)
Sets the "pageSetup" elementvoid
setPicture(CTSheetBackgroundPicture picture)
Sets the "picture" elementvoid
setSheetPr(CTChartsheetPr sheetPr)
Sets the "sheetPr" elementvoid
setSheetProtection(CTChartsheetProtection sheetProtection)
Sets the "sheetProtection" elementvoid
setSheetViews(CTChartsheetViews sheetViews)
Sets the "sheetViews" elementvoid
setWebPublishItems(CTWebPublishItems webPublishItems)
Sets the "webPublishItems" elementvoid
unsetCustomSheetViews()
Unsets the "customSheetViews" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHeaderFooter()
Unsets the "headerFooter" elementvoid
unsetLegacyDrawing()
Unsets the "legacyDrawing" elementvoid
unsetLegacyDrawingHF()
Unsets the "legacyDrawingHF" elementvoid
unsetPageMargins()
Unsets the "pageMargins" elementvoid
unsetPageSetup()
Unsets the "pageSetup" elementvoid
unsetPicture()
Unsets the "picture" elementvoid
unsetSheetPr()
Unsets the "sheetPr" elementvoid
unsetSheetProtection()
Unsets the "sheetProtection" elementvoid
unsetWebPublishItems()
Unsets the "webPublishItems" element-
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
-
getSheetPr
CTChartsheetPr getSheetPr()
Gets the "sheetPr" element
-
isSetSheetPr
boolean isSetSheetPr()
True if has "sheetPr" element
-
setSheetPr
void setSheetPr(CTChartsheetPr sheetPr)
Sets the "sheetPr" element
-
addNewSheetPr
CTChartsheetPr addNewSheetPr()
Appends and returns a new empty "sheetPr" element
-
unsetSheetPr
void unsetSheetPr()
Unsets the "sheetPr" element
-
getSheetViews
CTChartsheetViews getSheetViews()
Gets the "sheetViews" element
-
setSheetViews
void setSheetViews(CTChartsheetViews sheetViews)
Sets the "sheetViews" element
-
addNewSheetViews
CTChartsheetViews addNewSheetViews()
Appends and returns a new empty "sheetViews" element
-
getSheetProtection
CTChartsheetProtection getSheetProtection()
Gets the "sheetProtection" element
-
isSetSheetProtection
boolean isSetSheetProtection()
True if has "sheetProtection" element
-
setSheetProtection
void setSheetProtection(CTChartsheetProtection sheetProtection)
Sets the "sheetProtection" element
-
addNewSheetProtection
CTChartsheetProtection addNewSheetProtection()
Appends and returns a new empty "sheetProtection" element
-
unsetSheetProtection
void unsetSheetProtection()
Unsets the "sheetProtection" element
-
getCustomSheetViews
CTCustomChartsheetViews getCustomSheetViews()
Gets the "customSheetViews" element
-
isSetCustomSheetViews
boolean isSetCustomSheetViews()
True if has "customSheetViews" element
-
setCustomSheetViews
void setCustomSheetViews(CTCustomChartsheetViews customSheetViews)
Sets the "customSheetViews" element
-
addNewCustomSheetViews
CTCustomChartsheetViews addNewCustomSheetViews()
Appends and returns a new empty "customSheetViews" element
-
unsetCustomSheetViews
void unsetCustomSheetViews()
Unsets the "customSheetViews" element
-
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
-
getDrawing
CTDrawing getDrawing()
Gets the "drawing" element
-
setDrawing
void setDrawing(CTDrawing drawing)
Sets the "drawing" element
-
addNewDrawing
CTDrawing addNewDrawing()
Appends and returns a new empty "drawing" element
-
getLegacyDrawing
CTLegacyDrawing getLegacyDrawing()
Gets the "legacyDrawing" element
-
isSetLegacyDrawing
boolean isSetLegacyDrawing()
True if has "legacyDrawing" element
-
setLegacyDrawing
void setLegacyDrawing(CTLegacyDrawing legacyDrawing)
Sets the "legacyDrawing" element
-
addNewLegacyDrawing
CTLegacyDrawing addNewLegacyDrawing()
Appends and returns a new empty "legacyDrawing" element
-
unsetLegacyDrawing
void unsetLegacyDrawing()
Unsets the "legacyDrawing" element
-
getLegacyDrawingHF
CTLegacyDrawing getLegacyDrawingHF()
Gets the "legacyDrawingHF" element
-
isSetLegacyDrawingHF
boolean isSetLegacyDrawingHF()
True if has "legacyDrawingHF" element
-
setLegacyDrawingHF
void setLegacyDrawingHF(CTLegacyDrawing legacyDrawingHF)
Sets the "legacyDrawingHF" element
-
addNewLegacyDrawingHF
CTLegacyDrawing addNewLegacyDrawingHF()
Appends and returns a new empty "legacyDrawingHF" element
-
unsetLegacyDrawingHF
void unsetLegacyDrawingHF()
Unsets the "legacyDrawingHF" element
-
getPicture
CTSheetBackgroundPicture getPicture()
Gets the "picture" element
-
isSetPicture
boolean isSetPicture()
True if has "picture" element
-
setPicture
void setPicture(CTSheetBackgroundPicture picture)
Sets the "picture" element
-
addNewPicture
CTSheetBackgroundPicture addNewPicture()
Appends and returns a new empty "picture" element
-
unsetPicture
void unsetPicture()
Unsets the "picture" element
-
getWebPublishItems
CTWebPublishItems getWebPublishItems()
Gets the "webPublishItems" element
-
isSetWebPublishItems
boolean isSetWebPublishItems()
True if has "webPublishItems" element
-
setWebPublishItems
void setWebPublishItems(CTWebPublishItems webPublishItems)
Sets the "webPublishItems" element
-
addNewWebPublishItems
CTWebPublishItems addNewWebPublishItems()
Appends and returns a new empty "webPublishItems" element
-
unsetWebPublishItems
void unsetWebPublishItems()
Unsets the "webPublishItems" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-