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 class
CTChart.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 CTBoolean
addNewAutoTitleDeleted()
Appends and returns a new empty "autoTitleDeleted" elementCTSurface
addNewBackWall()
Appends and returns a new empty "backWall" elementCTDispBlanksAs
addNewDispBlanksAs()
Appends and returns a new empty "dispBlanksAs" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTSurface
addNewFloor()
Appends and returns a new empty "floor" elementCTLegend
addNewLegend()
Appends and returns a new empty "legend" elementCTPivotFmts
addNewPivotFmts()
Appends and returns a new empty "pivotFmts" elementCTPlotArea
addNewPlotArea()
Appends and returns a new empty "plotArea" elementCTBoolean
addNewPlotVisOnly()
Appends and returns a new empty "plotVisOnly" elementCTBoolean
addNewShowDLblsOverMax()
Appends and returns a new empty "showDLblsOverMax" elementCTSurface
addNewSideWall()
Appends and returns a new empty "sideWall" elementCTTitle
addNewTitle()
Appends and returns a new empty "title" elementCTView3D
addNewView3D()
Appends and returns a new empty "view3D" elementCTBoolean
getAutoTitleDeleted()
Gets the "autoTitleDeleted" elementCTSurface
getBackWall()
Gets the "backWall" elementCTDispBlanksAs
getDispBlanksAs()
Gets the "dispBlanksAs" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTSurface
getFloor()
Gets the "floor" elementCTLegend
getLegend()
Gets the "legend" elementCTPivotFmts
getPivotFmts()
Gets the "pivotFmts" elementCTPlotArea
getPlotArea()
Gets the "plotArea" elementCTBoolean
getPlotVisOnly()
Gets the "plotVisOnly" elementCTBoolean
getShowDLblsOverMax()
Gets the "showDLblsOverMax" elementCTSurface
getSideWall()
Gets the "sideWall" elementCTTitle
getTitle()
Gets the "title" elementCTView3D
getView3D()
Gets the "view3D" elementboolean
isSetAutoTitleDeleted()
True if has "autoTitleDeleted" elementboolean
isSetBackWall()
True if has "backWall" elementboolean
isSetDispBlanksAs()
True if has "dispBlanksAs" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFloor()
True if has "floor" elementboolean
isSetLegend()
True if has "legend" elementboolean
isSetPivotFmts()
True if has "pivotFmts" elementboolean
isSetPlotVisOnly()
True if has "plotVisOnly" elementboolean
isSetShowDLblsOverMax()
True if has "showDLblsOverMax" elementboolean
isSetSideWall()
True if has "sideWall" elementboolean
isSetTitle()
True if has "title" elementboolean
isSetView3D()
True if has "view3D" elementvoid
setAutoTitleDeleted(CTBoolean autoTitleDeleted)
Sets the "autoTitleDeleted" elementvoid
setBackWall(CTSurface backWall)
Sets the "backWall" elementvoid
setDispBlanksAs(CTDispBlanksAs dispBlanksAs)
Sets the "dispBlanksAs" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFloor(CTSurface floor)
Sets the "floor" elementvoid
setLegend(CTLegend legend)
Sets the "legend" elementvoid
setPivotFmts(CTPivotFmts pivotFmts)
Sets the "pivotFmts" elementvoid
setPlotArea(CTPlotArea plotArea)
Sets the "plotArea" elementvoid
setPlotVisOnly(CTBoolean plotVisOnly)
Sets the "plotVisOnly" elementvoid
setShowDLblsOverMax(CTBoolean showDLblsOverMax)
Sets the "showDLblsOverMax" elementvoid
setSideWall(CTSurface sideWall)
Sets the "sideWall" elementvoid
setTitle(CTTitle title)
Sets the "title" elementvoid
setView3D(CTView3D view3D)
Sets the "view3D" elementvoid
unsetAutoTitleDeleted()
Unsets the "autoTitleDeleted" elementvoid
unsetBackWall()
Unsets the "backWall" elementvoid
unsetDispBlanksAs()
Unsets the "dispBlanksAs" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFloor()
Unsets the "floor" elementvoid
unsetLegend()
Unsets the "legend" elementvoid
unsetPivotFmts()
Unsets the "pivotFmts" elementvoid
unsetPlotVisOnly()
Unsets the "plotVisOnly" elementvoid
unsetShowDLblsOverMax()
Unsets the "showDLblsOverMax" elementvoid
unsetSideWall()
Unsets the "sideWall" elementvoid
unsetTitle()
Unsets the "title" elementvoid
unsetView3D()
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
-
-