Interface CTDLbls
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDLbls extends XmlObject
An XML CT_DLbls(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDLbls.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 Deprecated Methods Modifier and Type Method Description CTBooleanaddNewDelete()Appends and returns a new empty "delete" elementCTDLbladdNewDLbl()Appends and returns a new empty value (as xml) as the last "dLbl" elementCTDLblPosaddNewDLblPos()Appends and returns a new empty "dLblPos" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTChartLinesaddNewLeaderLines()Appends and returns a new empty "leaderLines" elementCTNumFmtaddNewNumFmt()Appends and returns a new empty "numFmt" elementCTBooleanaddNewShowBubbleSize()Appends and returns a new empty "showBubbleSize" elementCTBooleanaddNewShowCatName()Appends and returns a new empty "showCatName" elementCTBooleanaddNewShowLeaderLines()Appends and returns a new empty "showLeaderLines" elementCTBooleanaddNewShowLegendKey()Appends and returns a new empty "showLegendKey" elementCTBooleanaddNewShowPercent()Appends and returns a new empty "showPercent" elementCTBooleanaddNewShowSerName()Appends and returns a new empty "showSerName" elementCTBooleanaddNewShowVal()Appends and returns a new empty "showVal" elementCTShapePropertiesaddNewSpPr()Appends and returns a new empty "spPr" elementCTTextBodyaddNewTxPr()Appends and returns a new empty "txPr" elementCTBooleangetDelete()Gets the "delete" elementCTDLbl[]getDLblArray()Deprecated.CTDLblgetDLblArray(int i)Gets ith "dLbl" elementjava.util.List<CTDLbl>getDLblList()Gets a List of "dLbl" elementsCTDLblPosgetDLblPos()Gets the "dLblPos" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTChartLinesgetLeaderLines()Gets the "leaderLines" elementCTNumFmtgetNumFmt()Gets the "numFmt" elementjava.lang.StringgetSeparator()Gets the "separator" elementCTBooleangetShowBubbleSize()Gets the "showBubbleSize" elementCTBooleangetShowCatName()Gets the "showCatName" elementCTBooleangetShowLeaderLines()Gets the "showLeaderLines" elementCTBooleangetShowLegendKey()Gets the "showLegendKey" elementCTBooleangetShowPercent()Gets the "showPercent" elementCTBooleangetShowSerName()Gets the "showSerName" elementCTBooleangetShowVal()Gets the "showVal" elementCTShapePropertiesgetSpPr()Gets the "spPr" elementCTTextBodygetTxPr()Gets the "txPr" elementCTDLblinsertNewDLbl(int i)Inserts and returns a new empty value (as xml) as the ith "dLbl" elementbooleanisSetDelete()True if has "delete" elementbooleanisSetDLblPos()True if has "dLblPos" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetLeaderLines()True if has "leaderLines" elementbooleanisSetNumFmt()True if has "numFmt" elementbooleanisSetSeparator()True if has "separator" elementbooleanisSetShowBubbleSize()True if has "showBubbleSize" elementbooleanisSetShowCatName()True if has "showCatName" elementbooleanisSetShowLeaderLines()True if has "showLeaderLines" elementbooleanisSetShowLegendKey()True if has "showLegendKey" elementbooleanisSetShowPercent()True if has "showPercent" elementbooleanisSetShowSerName()True if has "showSerName" elementbooleanisSetShowVal()True if has "showVal" elementbooleanisSetSpPr()True if has "spPr" elementbooleanisSetTxPr()True if has "txPr" elementvoidremoveDLbl(int i)Removes the ith "dLbl" elementvoidsetDelete(CTBoolean delete)Sets the "delete" elementvoidsetDLblArray(int i, CTDLbl dLbl)Sets ith "dLbl" elementvoidsetDLblArray(CTDLbl[] dLblArray)Sets array of all "dLbl" elementvoidsetDLblPos(CTDLblPos dLblPos)Sets the "dLblPos" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetLeaderLines(CTChartLines leaderLines)Sets the "leaderLines" elementvoidsetNumFmt(CTNumFmt numFmt)Sets the "numFmt" elementvoidsetSeparator(java.lang.String separator)Sets the "separator" elementvoidsetShowBubbleSize(CTBoolean showBubbleSize)Sets the "showBubbleSize" elementvoidsetShowCatName(CTBoolean showCatName)Sets the "showCatName" elementvoidsetShowLeaderLines(CTBoolean showLeaderLines)Sets the "showLeaderLines" elementvoidsetShowLegendKey(CTBoolean showLegendKey)Sets the "showLegendKey" elementvoidsetShowPercent(CTBoolean showPercent)Sets the "showPercent" elementvoidsetShowSerName(CTBoolean showSerName)Sets the "showSerName" elementvoidsetShowVal(CTBoolean showVal)Sets the "showVal" elementvoidsetSpPr(CTShapeProperties spPr)Sets the "spPr" elementvoidsetTxPr(CTTextBody txPr)Sets the "txPr" elementintsizeOfDLblArray()Returns number of "dLbl" elementvoidunsetDelete()Unsets the "delete" elementvoidunsetDLblPos()Unsets the "dLblPos" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetLeaderLines()Unsets the "leaderLines" elementvoidunsetNumFmt()Unsets the "numFmt" elementvoidunsetSeparator()Unsets the "separator" elementvoidunsetShowBubbleSize()Unsets the "showBubbleSize" elementvoidunsetShowCatName()Unsets the "showCatName" elementvoidunsetShowLeaderLines()Unsets the "showLeaderLines" elementvoidunsetShowLegendKey()Unsets the "showLegendKey" elementvoidunsetShowPercent()Unsets the "showPercent" elementvoidunsetShowSerName()Unsets the "showSerName" elementvoidunsetShowVal()Unsets the "showVal" elementvoidunsetSpPr()Unsets the "spPr" elementvoidunsetTxPr()Unsets the "txPr" elementXmlStringxgetSeparator()Gets (as xml) the "separator" elementvoidxsetSeparator(XmlString separator)Sets (as xml) the "separator" 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
-
getDLblList
java.util.List<CTDLbl> getDLblList()
Gets a List of "dLbl" elements
-
getDLblArray
@Deprecated CTDLbl[] getDLblArray()
Deprecated.Gets array of all "dLbl" elements
-
getDLblArray
CTDLbl getDLblArray(int i)
Gets ith "dLbl" element
-
sizeOfDLblArray
int sizeOfDLblArray()
Returns number of "dLbl" element
-
setDLblArray
void setDLblArray(CTDLbl[] dLblArray)
Sets array of all "dLbl" element
-
setDLblArray
void setDLblArray(int i, CTDLbl dLbl)Sets ith "dLbl" element
-
insertNewDLbl
CTDLbl insertNewDLbl(int i)
Inserts and returns a new empty value (as xml) as the ith "dLbl" element
-
addNewDLbl
CTDLbl addNewDLbl()
Appends and returns a new empty value (as xml) as the last "dLbl" element
-
removeDLbl
void removeDLbl(int i)
Removes the ith "dLbl" element
-
getDelete
CTBoolean getDelete()
Gets the "delete" element
-
isSetDelete
boolean isSetDelete()
True if has "delete" element
-
setDelete
void setDelete(CTBoolean delete)
Sets the "delete" element
-
addNewDelete
CTBoolean addNewDelete()
Appends and returns a new empty "delete" element
-
unsetDelete
void unsetDelete()
Unsets the "delete" element
-
getNumFmt
CTNumFmt getNumFmt()
Gets the "numFmt" element
-
isSetNumFmt
boolean isSetNumFmt()
True if has "numFmt" element
-
setNumFmt
void setNumFmt(CTNumFmt numFmt)
Sets the "numFmt" element
-
addNewNumFmt
CTNumFmt addNewNumFmt()
Appends and returns a new empty "numFmt" element
-
unsetNumFmt
void unsetNumFmt()
Unsets the "numFmt" 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
-
getDLblPos
CTDLblPos getDLblPos()
Gets the "dLblPos" element
-
isSetDLblPos
boolean isSetDLblPos()
True if has "dLblPos" element
-
setDLblPos
void setDLblPos(CTDLblPos dLblPos)
Sets the "dLblPos" element
-
addNewDLblPos
CTDLblPos addNewDLblPos()
Appends and returns a new empty "dLblPos" element
-
unsetDLblPos
void unsetDLblPos()
Unsets the "dLblPos" element
-
getShowLegendKey
CTBoolean getShowLegendKey()
Gets the "showLegendKey" element
-
isSetShowLegendKey
boolean isSetShowLegendKey()
True if has "showLegendKey" element
-
setShowLegendKey
void setShowLegendKey(CTBoolean showLegendKey)
Sets the "showLegendKey" element
-
addNewShowLegendKey
CTBoolean addNewShowLegendKey()
Appends and returns a new empty "showLegendKey" element
-
unsetShowLegendKey
void unsetShowLegendKey()
Unsets the "showLegendKey" element
-
getShowVal
CTBoolean getShowVal()
Gets the "showVal" element
-
isSetShowVal
boolean isSetShowVal()
True if has "showVal" element
-
setShowVal
void setShowVal(CTBoolean showVal)
Sets the "showVal" element
-
addNewShowVal
CTBoolean addNewShowVal()
Appends and returns a new empty "showVal" element
-
unsetShowVal
void unsetShowVal()
Unsets the "showVal" element
-
getShowCatName
CTBoolean getShowCatName()
Gets the "showCatName" element
-
isSetShowCatName
boolean isSetShowCatName()
True if has "showCatName" element
-
setShowCatName
void setShowCatName(CTBoolean showCatName)
Sets the "showCatName" element
-
addNewShowCatName
CTBoolean addNewShowCatName()
Appends and returns a new empty "showCatName" element
-
unsetShowCatName
void unsetShowCatName()
Unsets the "showCatName" element
-
getShowSerName
CTBoolean getShowSerName()
Gets the "showSerName" element
-
isSetShowSerName
boolean isSetShowSerName()
True if has "showSerName" element
-
setShowSerName
void setShowSerName(CTBoolean showSerName)
Sets the "showSerName" element
-
addNewShowSerName
CTBoolean addNewShowSerName()
Appends and returns a new empty "showSerName" element
-
unsetShowSerName
void unsetShowSerName()
Unsets the "showSerName" element
-
getShowPercent
CTBoolean getShowPercent()
Gets the "showPercent" element
-
isSetShowPercent
boolean isSetShowPercent()
True if has "showPercent" element
-
setShowPercent
void setShowPercent(CTBoolean showPercent)
Sets the "showPercent" element
-
addNewShowPercent
CTBoolean addNewShowPercent()
Appends and returns a new empty "showPercent" element
-
unsetShowPercent
void unsetShowPercent()
Unsets the "showPercent" element
-
getShowBubbleSize
CTBoolean getShowBubbleSize()
Gets the "showBubbleSize" element
-
isSetShowBubbleSize
boolean isSetShowBubbleSize()
True if has "showBubbleSize" element
-
setShowBubbleSize
void setShowBubbleSize(CTBoolean showBubbleSize)
Sets the "showBubbleSize" element
-
addNewShowBubbleSize
CTBoolean addNewShowBubbleSize()
Appends and returns a new empty "showBubbleSize" element
-
unsetShowBubbleSize
void unsetShowBubbleSize()
Unsets the "showBubbleSize" element
-
getSeparator
java.lang.String getSeparator()
Gets the "separator" element
-
xgetSeparator
XmlString xgetSeparator()
Gets (as xml) the "separator" element
-
isSetSeparator
boolean isSetSeparator()
True if has "separator" element
-
setSeparator
void setSeparator(java.lang.String separator)
Sets the "separator" element
-
xsetSeparator
void xsetSeparator(XmlString separator)
Sets (as xml) the "separator" element
-
unsetSeparator
void unsetSeparator()
Unsets the "separator" element
-
getShowLeaderLines
CTBoolean getShowLeaderLines()
Gets the "showLeaderLines" element
-
isSetShowLeaderLines
boolean isSetShowLeaderLines()
True if has "showLeaderLines" element
-
setShowLeaderLines
void setShowLeaderLines(CTBoolean showLeaderLines)
Sets the "showLeaderLines" element
-
addNewShowLeaderLines
CTBoolean addNewShowLeaderLines()
Appends and returns a new empty "showLeaderLines" element
-
unsetShowLeaderLines
void unsetShowLeaderLines()
Unsets the "showLeaderLines" element
-
getLeaderLines
CTChartLines getLeaderLines()
Gets the "leaderLines" element
-
isSetLeaderLines
boolean isSetLeaderLines()
True if has "leaderLines" element
-
setLeaderLines
void setLeaderLines(CTChartLines leaderLines)
Sets the "leaderLines" element
-
addNewLeaderLines
CTChartLines addNewLeaderLines()
Appends and returns a new empty "leaderLines" element
-
unsetLeaderLines
void unsetLeaderLines()
Unsets the "leaderLines" 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
-
-