Interface CTDialogsheet
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDialogsheet extends XmlObject
An XML CT_Dialogsheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDialogsheet.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 CTCustomSheetViewsaddNewCustomSheetViews()Appends and returns a new empty "customSheetViews" elementCTDrawingaddNewDrawing()Appends and returns a new empty "drawing" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTHeaderFooteraddNewHeaderFooter()Appends and returns a new empty "headerFooter" elementCTLegacyDrawingaddNewLegacyDrawing()Appends and returns a new empty "legacyDrawing" elementCTLegacyDrawingaddNewLegacyDrawingHF()Appends and returns a new empty "legacyDrawingHF" elementCTOleObjectsaddNewOleObjects()Appends and returns a new empty "oleObjects" elementCTPageMarginsaddNewPageMargins()Appends and returns a new empty "pageMargins" elementCTPageSetupaddNewPageSetup()Appends and returns a new empty "pageSetup" elementCTPrintOptionsaddNewPrintOptions()Appends and returns a new empty "printOptions" elementCTSheetFormatPraddNewSheetFormatPr()Appends and returns a new empty "sheetFormatPr" elementCTSheetPraddNewSheetPr()Appends and returns a new empty "sheetPr" elementCTSheetProtectionaddNewSheetProtection()Appends and returns a new empty "sheetProtection" elementCTSheetViewsaddNewSheetViews()Appends and returns a new empty "sheetViews" elementCTCustomSheetViewsgetCustomSheetViews()Gets the "customSheetViews" elementCTDrawinggetDrawing()Gets the "drawing" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTHeaderFootergetHeaderFooter()Gets the "headerFooter" elementCTLegacyDrawinggetLegacyDrawing()Gets the "legacyDrawing" elementCTLegacyDrawinggetLegacyDrawingHF()Gets the "legacyDrawingHF" elementCTOleObjectsgetOleObjects()Gets the "oleObjects" elementCTPageMarginsgetPageMargins()Gets the "pageMargins" elementCTPageSetupgetPageSetup()Gets the "pageSetup" elementCTPrintOptionsgetPrintOptions()Gets the "printOptions" elementCTSheetFormatPrgetSheetFormatPr()Gets the "sheetFormatPr" elementCTSheetPrgetSheetPr()Gets the "sheetPr" elementCTSheetProtectiongetSheetProtection()Gets the "sheetProtection" elementCTSheetViewsgetSheetViews()Gets the "sheetViews" elementbooleanisSetCustomSheetViews()True if has "customSheetViews" elementbooleanisSetDrawing()True if has "drawing" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetHeaderFooter()True if has "headerFooter" elementbooleanisSetLegacyDrawing()True if has "legacyDrawing" elementbooleanisSetLegacyDrawingHF()True if has "legacyDrawingHF" elementbooleanisSetOleObjects()True if has "oleObjects" elementbooleanisSetPageMargins()True if has "pageMargins" elementbooleanisSetPageSetup()True if has "pageSetup" elementbooleanisSetPrintOptions()True if has "printOptions" elementbooleanisSetSheetFormatPr()True if has "sheetFormatPr" elementbooleanisSetSheetPr()True if has "sheetPr" elementbooleanisSetSheetProtection()True if has "sheetProtection" elementbooleanisSetSheetViews()True if has "sheetViews" elementvoidsetCustomSheetViews(CTCustomSheetViews customSheetViews)Sets the "customSheetViews" elementvoidsetDrawing(CTDrawing drawing)Sets the "drawing" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetHeaderFooter(CTHeaderFooter headerFooter)Sets the "headerFooter" elementvoidsetLegacyDrawing(CTLegacyDrawing legacyDrawing)Sets the "legacyDrawing" elementvoidsetLegacyDrawingHF(CTLegacyDrawing legacyDrawingHF)Sets the "legacyDrawingHF" elementvoidsetOleObjects(CTOleObjects oleObjects)Sets the "oleObjects" elementvoidsetPageMargins(CTPageMargins pageMargins)Sets the "pageMargins" elementvoidsetPageSetup(CTPageSetup pageSetup)Sets the "pageSetup" elementvoidsetPrintOptions(CTPrintOptions printOptions)Sets the "printOptions" elementvoidsetSheetFormatPr(CTSheetFormatPr sheetFormatPr)Sets the "sheetFormatPr" elementvoidsetSheetPr(CTSheetPr sheetPr)Sets the "sheetPr" elementvoidsetSheetProtection(CTSheetProtection sheetProtection)Sets the "sheetProtection" elementvoidsetSheetViews(CTSheetViews sheetViews)Sets the "sheetViews" elementvoidunsetCustomSheetViews()Unsets the "customSheetViews" elementvoidunsetDrawing()Unsets the "drawing" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetHeaderFooter()Unsets the "headerFooter" elementvoidunsetLegacyDrawing()Unsets the "legacyDrawing" elementvoidunsetLegacyDrawingHF()Unsets the "legacyDrawingHF" elementvoidunsetOleObjects()Unsets the "oleObjects" elementvoidunsetPageMargins()Unsets the "pageMargins" elementvoidunsetPageSetup()Unsets the "pageSetup" elementvoidunsetPrintOptions()Unsets the "printOptions" elementvoidunsetSheetFormatPr()Unsets the "sheetFormatPr" elementvoidunsetSheetPr()Unsets the "sheetPr" elementvoidunsetSheetProtection()Unsets the "sheetProtection" elementvoidunsetSheetViews()Unsets the "sheetViews" 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
CTSheetPr getSheetPr()
Gets the "sheetPr" element
-
isSetSheetPr
boolean isSetSheetPr()
True if has "sheetPr" element
-
setSheetPr
void setSheetPr(CTSheetPr sheetPr)
Sets the "sheetPr" element
-
addNewSheetPr
CTSheetPr addNewSheetPr()
Appends and returns a new empty "sheetPr" element
-
unsetSheetPr
void unsetSheetPr()
Unsets the "sheetPr" element
-
getSheetViews
CTSheetViews getSheetViews()
Gets the "sheetViews" element
-
isSetSheetViews
boolean isSetSheetViews()
True if has "sheetViews" element
-
setSheetViews
void setSheetViews(CTSheetViews sheetViews)
Sets the "sheetViews" element
-
addNewSheetViews
CTSheetViews addNewSheetViews()
Appends and returns a new empty "sheetViews" element
-
unsetSheetViews
void unsetSheetViews()
Unsets the "sheetViews" element
-
getSheetFormatPr
CTSheetFormatPr getSheetFormatPr()
Gets the "sheetFormatPr" element
-
isSetSheetFormatPr
boolean isSetSheetFormatPr()
True if has "sheetFormatPr" element
-
setSheetFormatPr
void setSheetFormatPr(CTSheetFormatPr sheetFormatPr)
Sets the "sheetFormatPr" element
-
addNewSheetFormatPr
CTSheetFormatPr addNewSheetFormatPr()
Appends and returns a new empty "sheetFormatPr" element
-
unsetSheetFormatPr
void unsetSheetFormatPr()
Unsets the "sheetFormatPr" element
-
getSheetProtection
CTSheetProtection getSheetProtection()
Gets the "sheetProtection" element
-
isSetSheetProtection
boolean isSetSheetProtection()
True if has "sheetProtection" element
-
setSheetProtection
void setSheetProtection(CTSheetProtection sheetProtection)
Sets the "sheetProtection" element
-
addNewSheetProtection
CTSheetProtection addNewSheetProtection()
Appends and returns a new empty "sheetProtection" element
-
unsetSheetProtection
void unsetSheetProtection()
Unsets the "sheetProtection" element
-
getCustomSheetViews
CTCustomSheetViews getCustomSheetViews()
Gets the "customSheetViews" element
-
isSetCustomSheetViews
boolean isSetCustomSheetViews()
True if has "customSheetViews" element
-
setCustomSheetViews
void setCustomSheetViews(CTCustomSheetViews customSheetViews)
Sets the "customSheetViews" element
-
addNewCustomSheetViews
CTCustomSheetViews addNewCustomSheetViews()
Appends and returns a new empty "customSheetViews" element
-
unsetCustomSheetViews
void unsetCustomSheetViews()
Unsets the "customSheetViews" element
-
getPrintOptions
CTPrintOptions getPrintOptions()
Gets the "printOptions" element
-
isSetPrintOptions
boolean isSetPrintOptions()
True if has "printOptions" element
-
setPrintOptions
void setPrintOptions(CTPrintOptions printOptions)
Sets the "printOptions" element
-
addNewPrintOptions
CTPrintOptions addNewPrintOptions()
Appends and returns a new empty "printOptions" element
-
unsetPrintOptions
void unsetPrintOptions()
Unsets the "printOptions" 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
CTPageSetup getPageSetup()
Gets the "pageSetup" element
-
isSetPageSetup
boolean isSetPageSetup()
True if has "pageSetup" element
-
setPageSetup
void setPageSetup(CTPageSetup pageSetup)
Sets the "pageSetup" element
-
addNewPageSetup
CTPageSetup 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
-
isSetDrawing
boolean isSetDrawing()
True if has "drawing" element
-
setDrawing
void setDrawing(CTDrawing drawing)
Sets the "drawing" element
-
addNewDrawing
CTDrawing addNewDrawing()
Appends and returns a new empty "drawing" element
-
unsetDrawing
void unsetDrawing()
Unsets the "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
-
getOleObjects
CTOleObjects getOleObjects()
Gets the "oleObjects" element
-
isSetOleObjects
boolean isSetOleObjects()
True if has "oleObjects" element
-
setOleObjects
void setOleObjects(CTOleObjects oleObjects)
Sets the "oleObjects" element
-
addNewOleObjects
CTOleObjects addNewOleObjects()
Appends and returns a new empty "oleObjects" element
-
unsetOleObjects
void unsetOleObjects()
Unsets the "oleObjects" 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
-
-