Interface CTChartSpace
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTChartSpace extends XmlObject
An XML CT_ChartSpace(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTChartSpace.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 CTChart
addNewChart()
Appends and returns a new empty "chart" elementCTColorMapping
addNewClrMapOvr()
Appends and returns a new empty "clrMapOvr" elementCTBoolean
addNewDate1904()
Appends and returns a new empty "date1904" elementCTExternalData
addNewExternalData()
Appends and returns a new empty "externalData" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTTextLanguageID
addNewLang()
Appends and returns a new empty "lang" elementCTPivotSource
addNewPivotSource()
Appends and returns a new empty "pivotSource" elementCTPrintSettings
addNewPrintSettings()
Appends and returns a new empty "printSettings" elementCTProtection
addNewProtection()
Appends and returns a new empty "protection" elementCTBoolean
addNewRoundedCorners()
Appends and returns a new empty "roundedCorners" elementCTShapeProperties
addNewSpPr()
Appends and returns a new empty "spPr" elementCTStyle
addNewStyle()
Appends and returns a new empty "style" elementCTTextBody
addNewTxPr()
Appends and returns a new empty "txPr" elementCTRelId
addNewUserShapes()
Appends and returns a new empty "userShapes" elementCTChart
getChart()
Gets the "chart" elementCTColorMapping
getClrMapOvr()
Gets the "clrMapOvr" elementCTBoolean
getDate1904()
Gets the "date1904" elementCTExternalData
getExternalData()
Gets the "externalData" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTTextLanguageID
getLang()
Gets the "lang" elementCTPivotSource
getPivotSource()
Gets the "pivotSource" elementCTPrintSettings
getPrintSettings()
Gets the "printSettings" elementCTProtection
getProtection()
Gets the "protection" elementCTBoolean
getRoundedCorners()
Gets the "roundedCorners" elementCTShapeProperties
getSpPr()
Gets the "spPr" elementCTStyle
getStyle()
Gets the "style" elementCTTextBody
getTxPr()
Gets the "txPr" elementCTRelId
getUserShapes()
Gets the "userShapes" elementboolean
isSetClrMapOvr()
True if has "clrMapOvr" elementboolean
isSetDate1904()
True if has "date1904" elementboolean
isSetExternalData()
True if has "externalData" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetLang()
True if has "lang" elementboolean
isSetPivotSource()
True if has "pivotSource" elementboolean
isSetPrintSettings()
True if has "printSettings" elementboolean
isSetProtection()
True if has "protection" elementboolean
isSetRoundedCorners()
True if has "roundedCorners" elementboolean
isSetSpPr()
True if has "spPr" elementboolean
isSetStyle()
True if has "style" elementboolean
isSetTxPr()
True if has "txPr" elementboolean
isSetUserShapes()
True if has "userShapes" elementvoid
setChart(CTChart chart)
Sets the "chart" elementvoid
setClrMapOvr(CTColorMapping clrMapOvr)
Sets the "clrMapOvr" elementvoid
setDate1904(CTBoolean date1904)
Sets the "date1904" elementvoid
setExternalData(CTExternalData externalData)
Sets the "externalData" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setLang(CTTextLanguageID lang)
Sets the "lang" elementvoid
setPivotSource(CTPivotSource pivotSource)
Sets the "pivotSource" elementvoid
setPrintSettings(CTPrintSettings printSettings)
Sets the "printSettings" elementvoid
setProtection(CTProtection protection)
Sets the "protection" elementvoid
setRoundedCorners(CTBoolean roundedCorners)
Sets the "roundedCorners" elementvoid
setSpPr(CTShapeProperties spPr)
Sets the "spPr" elementvoid
setStyle(CTStyle style)
Sets the "style" elementvoid
setTxPr(CTTextBody txPr)
Sets the "txPr" elementvoid
setUserShapes(CTRelId userShapes)
Sets the "userShapes" elementvoid
unsetClrMapOvr()
Unsets the "clrMapOvr" elementvoid
unsetDate1904()
Unsets the "date1904" elementvoid
unsetExternalData()
Unsets the "externalData" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetLang()
Unsets the "lang" elementvoid
unsetPivotSource()
Unsets the "pivotSource" elementvoid
unsetPrintSettings()
Unsets the "printSettings" elementvoid
unsetProtection()
Unsets the "protection" elementvoid
unsetRoundedCorners()
Unsets the "roundedCorners" elementvoid
unsetSpPr()
Unsets the "spPr" elementvoid
unsetStyle()
Unsets the "style" elementvoid
unsetTxPr()
Unsets the "txPr" elementvoid
unsetUserShapes()
Unsets the "userShapes" 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
-
getDate1904
CTBoolean getDate1904()
Gets the "date1904" element
-
isSetDate1904
boolean isSetDate1904()
True if has "date1904" element
-
setDate1904
void setDate1904(CTBoolean date1904)
Sets the "date1904" element
-
addNewDate1904
CTBoolean addNewDate1904()
Appends and returns a new empty "date1904" element
-
unsetDate1904
void unsetDate1904()
Unsets the "date1904" element
-
getLang
CTTextLanguageID getLang()
Gets the "lang" element
-
isSetLang
boolean isSetLang()
True if has "lang" element
-
setLang
void setLang(CTTextLanguageID lang)
Sets the "lang" element
-
addNewLang
CTTextLanguageID addNewLang()
Appends and returns a new empty "lang" element
-
unsetLang
void unsetLang()
Unsets the "lang" element
-
getRoundedCorners
CTBoolean getRoundedCorners()
Gets the "roundedCorners" element
-
isSetRoundedCorners
boolean isSetRoundedCorners()
True if has "roundedCorners" element
-
setRoundedCorners
void setRoundedCorners(CTBoolean roundedCorners)
Sets the "roundedCorners" element
-
addNewRoundedCorners
CTBoolean addNewRoundedCorners()
Appends and returns a new empty "roundedCorners" element
-
unsetRoundedCorners
void unsetRoundedCorners()
Unsets the "roundedCorners" element
-
getStyle
CTStyle getStyle()
Gets the "style" element
-
isSetStyle
boolean isSetStyle()
True if has "style" element
-
setStyle
void setStyle(CTStyle style)
Sets the "style" element
-
addNewStyle
CTStyle addNewStyle()
Appends and returns a new empty "style" element
-
unsetStyle
void unsetStyle()
Unsets the "style" element
-
getClrMapOvr
CTColorMapping getClrMapOvr()
Gets the "clrMapOvr" element
-
isSetClrMapOvr
boolean isSetClrMapOvr()
True if has "clrMapOvr" element
-
setClrMapOvr
void setClrMapOvr(CTColorMapping clrMapOvr)
Sets the "clrMapOvr" element
-
addNewClrMapOvr
CTColorMapping addNewClrMapOvr()
Appends and returns a new empty "clrMapOvr" element
-
unsetClrMapOvr
void unsetClrMapOvr()
Unsets the "clrMapOvr" element
-
getPivotSource
CTPivotSource getPivotSource()
Gets the "pivotSource" element
-
isSetPivotSource
boolean isSetPivotSource()
True if has "pivotSource" element
-
setPivotSource
void setPivotSource(CTPivotSource pivotSource)
Sets the "pivotSource" element
-
addNewPivotSource
CTPivotSource addNewPivotSource()
Appends and returns a new empty "pivotSource" element
-
unsetPivotSource
void unsetPivotSource()
Unsets the "pivotSource" element
-
getProtection
CTProtection getProtection()
Gets the "protection" element
-
isSetProtection
boolean isSetProtection()
True if has "protection" element
-
setProtection
void setProtection(CTProtection protection)
Sets the "protection" element
-
addNewProtection
CTProtection addNewProtection()
Appends and returns a new empty "protection" element
-
unsetProtection
void unsetProtection()
Unsets the "protection" element
-
getChart
CTChart getChart()
Gets the "chart" element
-
setChart
void setChart(CTChart chart)
Sets the "chart" element
-
addNewChart
CTChart addNewChart()
Appends and returns a new empty "chart" element
-
getSpPr
CTShapeProperties getSpPr()
Gets the "spPr" element
-
isSetSpPr
boolean isSetSpPr()
True if has "spPr" element
-
setSpPr
void setSpPr(CTShapeProperties spPr)
Sets the "spPr" element
-
addNewSpPr
CTShapeProperties addNewSpPr()
Appends and returns a new empty "spPr" element
-
unsetSpPr
void unsetSpPr()
Unsets the "spPr" element
-
getTxPr
CTTextBody getTxPr()
Gets the "txPr" element
-
isSetTxPr
boolean isSetTxPr()
True if has "txPr" element
-
setTxPr
void setTxPr(CTTextBody txPr)
Sets the "txPr" element
-
addNewTxPr
CTTextBody addNewTxPr()
Appends and returns a new empty "txPr" element
-
unsetTxPr
void unsetTxPr()
Unsets the "txPr" element
-
getExternalData
CTExternalData getExternalData()
Gets the "externalData" element
-
isSetExternalData
boolean isSetExternalData()
True if has "externalData" element
-
setExternalData
void setExternalData(CTExternalData externalData)
Sets the "externalData" element
-
addNewExternalData
CTExternalData addNewExternalData()
Appends and returns a new empty "externalData" element
-
unsetExternalData
void unsetExternalData()
Unsets the "externalData" element
-
getPrintSettings
CTPrintSettings getPrintSettings()
Gets the "printSettings" element
-
isSetPrintSettings
boolean isSetPrintSettings()
True if has "printSettings" element
-
setPrintSettings
void setPrintSettings(CTPrintSettings printSettings)
Sets the "printSettings" element
-
addNewPrintSettings
CTPrintSettings addNewPrintSettings()
Appends and returns a new empty "printSettings" element
-
unsetPrintSettings
void unsetPrintSettings()
Unsets the "printSettings" element
-
getUserShapes
CTRelId getUserShapes()
Gets the "userShapes" element
-
isSetUserShapes
boolean isSetUserShapes()
True if has "userShapes" element
-
setUserShapes
void setUserShapes(CTRelId userShapes)
Sets the "userShapes" element
-
addNewUserShapes
CTRelId addNewUserShapes()
Appends and returns a new empty "userShapes" element
-
unsetUserShapes
void unsetUserShapes()
Unsets the "userShapes" 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
-
-