Interface CTChart
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTChart extends XmlObject
An XML CT_Chart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTChart.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 CTBooleanaddNewAutoTitleDeleted()Appends and returns a new empty "autoTitleDeleted" elementCTSurfaceaddNewBackWall()Appends and returns a new empty "backWall" elementCTDispBlanksAsaddNewDispBlanksAs()Appends and returns a new empty "dispBlanksAs" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTSurfaceaddNewFloor()Appends and returns a new empty "floor" elementCTLegendaddNewLegend()Appends and returns a new empty "legend" elementCTPivotFmtsaddNewPivotFmts()Appends and returns a new empty "pivotFmts" elementCTPlotAreaaddNewPlotArea()Appends and returns a new empty "plotArea" elementCTBooleanaddNewPlotVisOnly()Appends and returns a new empty "plotVisOnly" elementCTBooleanaddNewShowDLblsOverMax()Appends and returns a new empty "showDLblsOverMax" elementCTSurfaceaddNewSideWall()Appends and returns a new empty "sideWall" elementCTTitleaddNewTitle()Appends and returns a new empty "title" elementCTView3DaddNewView3D()Appends and returns a new empty "view3D" elementCTBooleangetAutoTitleDeleted()Gets the "autoTitleDeleted" elementCTSurfacegetBackWall()Gets the "backWall" elementCTDispBlanksAsgetDispBlanksAs()Gets the "dispBlanksAs" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTSurfacegetFloor()Gets the "floor" elementCTLegendgetLegend()Gets the "legend" elementCTPivotFmtsgetPivotFmts()Gets the "pivotFmts" elementCTPlotAreagetPlotArea()Gets the "plotArea" elementCTBooleangetPlotVisOnly()Gets the "plotVisOnly" elementCTBooleangetShowDLblsOverMax()Gets the "showDLblsOverMax" elementCTSurfacegetSideWall()Gets the "sideWall" elementCTTitlegetTitle()Gets the "title" elementCTView3DgetView3D()Gets the "view3D" elementbooleanisSetAutoTitleDeleted()True if has "autoTitleDeleted" elementbooleanisSetBackWall()True if has "backWall" elementbooleanisSetDispBlanksAs()True if has "dispBlanksAs" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetFloor()True if has "floor" elementbooleanisSetLegend()True if has "legend" elementbooleanisSetPivotFmts()True if has "pivotFmts" elementbooleanisSetPlotVisOnly()True if has "plotVisOnly" elementbooleanisSetShowDLblsOverMax()True if has "showDLblsOverMax" elementbooleanisSetSideWall()True if has "sideWall" elementbooleanisSetTitle()True if has "title" elementbooleanisSetView3D()True if has "view3D" elementvoidsetAutoTitleDeleted(CTBoolean autoTitleDeleted)Sets the "autoTitleDeleted" elementvoidsetBackWall(CTSurface backWall)Sets the "backWall" elementvoidsetDispBlanksAs(CTDispBlanksAs dispBlanksAs)Sets the "dispBlanksAs" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFloor(CTSurface floor)Sets the "floor" elementvoidsetLegend(CTLegend legend)Sets the "legend" elementvoidsetPivotFmts(CTPivotFmts pivotFmts)Sets the "pivotFmts" elementvoidsetPlotArea(CTPlotArea plotArea)Sets the "plotArea" elementvoidsetPlotVisOnly(CTBoolean plotVisOnly)Sets the "plotVisOnly" elementvoidsetShowDLblsOverMax(CTBoolean showDLblsOverMax)Sets the "showDLblsOverMax" elementvoidsetSideWall(CTSurface sideWall)Sets the "sideWall" elementvoidsetTitle(CTTitle title)Sets the "title" elementvoidsetView3D(CTView3D view3D)Sets the "view3D" elementvoidunsetAutoTitleDeleted()Unsets the "autoTitleDeleted" elementvoidunsetBackWall()Unsets the "backWall" elementvoidunsetDispBlanksAs()Unsets the "dispBlanksAs" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetFloor()Unsets the "floor" elementvoidunsetLegend()Unsets the "legend" elementvoidunsetPivotFmts()Unsets the "pivotFmts" elementvoidunsetPlotVisOnly()Unsets the "plotVisOnly" elementvoidunsetShowDLblsOverMax()Unsets the "showDLblsOverMax" elementvoidunsetSideWall()Unsets the "sideWall" elementvoidunsetTitle()Unsets the "title" elementvoidunsetView3D()Unsets the "view3D" 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
-
getTitle
CTTitle getTitle()
Gets the "title" element
-
isSetTitle
boolean isSetTitle()
True if has "title" element
-
setTitle
void setTitle(CTTitle title)
Sets the "title" element
-
addNewTitle
CTTitle addNewTitle()
Appends and returns a new empty "title" element
-
unsetTitle
void unsetTitle()
Unsets the "title" element
-
getAutoTitleDeleted
CTBoolean getAutoTitleDeleted()
Gets the "autoTitleDeleted" element
-
isSetAutoTitleDeleted
boolean isSetAutoTitleDeleted()
True if has "autoTitleDeleted" element
-
setAutoTitleDeleted
void setAutoTitleDeleted(CTBoolean autoTitleDeleted)
Sets the "autoTitleDeleted" element
-
addNewAutoTitleDeleted
CTBoolean addNewAutoTitleDeleted()
Appends and returns a new empty "autoTitleDeleted" element
-
unsetAutoTitleDeleted
void unsetAutoTitleDeleted()
Unsets the "autoTitleDeleted" element
-
getPivotFmts
CTPivotFmts getPivotFmts()
Gets the "pivotFmts" element
-
isSetPivotFmts
boolean isSetPivotFmts()
True if has "pivotFmts" element
-
setPivotFmts
void setPivotFmts(CTPivotFmts pivotFmts)
Sets the "pivotFmts" element
-
addNewPivotFmts
CTPivotFmts addNewPivotFmts()
Appends and returns a new empty "pivotFmts" element
-
unsetPivotFmts
void unsetPivotFmts()
Unsets the "pivotFmts" element
-
getView3D
CTView3D getView3D()
Gets the "view3D" element
-
isSetView3D
boolean isSetView3D()
True if has "view3D" element
-
setView3D
void setView3D(CTView3D view3D)
Sets the "view3D" element
-
addNewView3D
CTView3D addNewView3D()
Appends and returns a new empty "view3D" element
-
unsetView3D
void unsetView3D()
Unsets the "view3D" element
-
getFloor
CTSurface getFloor()
Gets the "floor" element
-
isSetFloor
boolean isSetFloor()
True if has "floor" element
-
setFloor
void setFloor(CTSurface floor)
Sets the "floor" element
-
addNewFloor
CTSurface addNewFloor()
Appends and returns a new empty "floor" element
-
unsetFloor
void unsetFloor()
Unsets the "floor" element
-
getSideWall
CTSurface getSideWall()
Gets the "sideWall" element
-
isSetSideWall
boolean isSetSideWall()
True if has "sideWall" element
-
setSideWall
void setSideWall(CTSurface sideWall)
Sets the "sideWall" element
-
addNewSideWall
CTSurface addNewSideWall()
Appends and returns a new empty "sideWall" element
-
unsetSideWall
void unsetSideWall()
Unsets the "sideWall" element
-
getBackWall
CTSurface getBackWall()
Gets the "backWall" element
-
isSetBackWall
boolean isSetBackWall()
True if has "backWall" element
-
setBackWall
void setBackWall(CTSurface backWall)
Sets the "backWall" element
-
addNewBackWall
CTSurface addNewBackWall()
Appends and returns a new empty "backWall" element
-
unsetBackWall
void unsetBackWall()
Unsets the "backWall" element
-
getPlotArea
CTPlotArea getPlotArea()
Gets the "plotArea" element
-
setPlotArea
void setPlotArea(CTPlotArea plotArea)
Sets the "plotArea" element
-
addNewPlotArea
CTPlotArea addNewPlotArea()
Appends and returns a new empty "plotArea" element
-
getLegend
CTLegend getLegend()
Gets the "legend" element
-
isSetLegend
boolean isSetLegend()
True if has "legend" element
-
setLegend
void setLegend(CTLegend legend)
Sets the "legend" element
-
addNewLegend
CTLegend addNewLegend()
Appends and returns a new empty "legend" element
-
unsetLegend
void unsetLegend()
Unsets the "legend" element
-
getPlotVisOnly
CTBoolean getPlotVisOnly()
Gets the "plotVisOnly" element
-
isSetPlotVisOnly
boolean isSetPlotVisOnly()
True if has "plotVisOnly" element
-
setPlotVisOnly
void setPlotVisOnly(CTBoolean plotVisOnly)
Sets the "plotVisOnly" element
-
addNewPlotVisOnly
CTBoolean addNewPlotVisOnly()
Appends and returns a new empty "plotVisOnly" element
-
unsetPlotVisOnly
void unsetPlotVisOnly()
Unsets the "plotVisOnly" element
-
getDispBlanksAs
CTDispBlanksAs getDispBlanksAs()
Gets the "dispBlanksAs" element
-
isSetDispBlanksAs
boolean isSetDispBlanksAs()
True if has "dispBlanksAs" element
-
setDispBlanksAs
void setDispBlanksAs(CTDispBlanksAs dispBlanksAs)
Sets the "dispBlanksAs" element
-
addNewDispBlanksAs
CTDispBlanksAs addNewDispBlanksAs()
Appends and returns a new empty "dispBlanksAs" element
-
unsetDispBlanksAs
void unsetDispBlanksAs()
Unsets the "dispBlanksAs" element
-
getShowDLblsOverMax
CTBoolean getShowDLblsOverMax()
Gets the "showDLblsOverMax" element
-
isSetShowDLblsOverMax
boolean isSetShowDLblsOverMax()
True if has "showDLblsOverMax" element
-
setShowDLblsOverMax
void setShowDLblsOverMax(CTBoolean showDLblsOverMax)
Sets the "showDLblsOverMax" element
-
addNewShowDLblsOverMax
CTBoolean addNewShowDLblsOverMax()
Appends and returns a new empty "showDLblsOverMax" element
-
unsetShowDLblsOverMax
void unsetShowDLblsOverMax()
Unsets the "showDLblsOverMax" 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
-
-