Interface CTBubbleChart
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTBubbleChart extends XmlObject
An XML CT_BubbleChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTBubbleChart.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 Deprecated Methods Modifier and Type Method Description CTUnsignedInt
addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" elementCTBoolean
addNewBubble3D()
Appends and returns a new empty "bubble3D" elementCTBubbleScale
addNewBubbleScale()
Appends and returns a new empty "bubbleScale" elementCTDLbls
addNewDLbls()
Appends and returns a new empty "dLbls" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTBubbleSer
addNewSer()
Appends and returns a new empty value (as xml) as the last "ser" elementCTBoolean
addNewShowNegBubbles()
Appends and returns a new empty "showNegBubbles" elementCTSizeRepresents
addNewSizeRepresents()
Appends and returns a new empty "sizeRepresents" elementCTBoolean
addNewVaryColors()
Appends and returns a new empty "varyColors" elementCTUnsignedInt[]
getAxIdArray()
Deprecated.CTUnsignedInt
getAxIdArray(int i)
Gets ith "axId" elementjava.util.List<CTUnsignedInt>
getAxIdList()
Gets a List of "axId" elementsCTBoolean
getBubble3D()
Gets the "bubble3D" elementCTBubbleScale
getBubbleScale()
Gets the "bubbleScale" elementCTDLbls
getDLbls()
Gets the "dLbls" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTBubbleSer[]
getSerArray()
Deprecated.CTBubbleSer
getSerArray(int i)
Gets ith "ser" elementjava.util.List<CTBubbleSer>
getSerList()
Gets a List of "ser" elementsCTBoolean
getShowNegBubbles()
Gets the "showNegBubbles" elementCTSizeRepresents
getSizeRepresents()
Gets the "sizeRepresents" elementCTBoolean
getVaryColors()
Gets the "varyColors" elementCTUnsignedInt
insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" elementCTBubbleSer
insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" elementboolean
isSetBubble3D()
True if has "bubble3D" elementboolean
isSetBubbleScale()
True if has "bubbleScale" elementboolean
isSetDLbls()
True if has "dLbls" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetShowNegBubbles()
True if has "showNegBubbles" elementboolean
isSetSizeRepresents()
True if has "sizeRepresents" elementboolean
isSetVaryColors()
True if has "varyColors" elementvoid
removeAxId(int i)
Removes the ith "axId" elementvoid
removeSer(int i)
Removes the ith "ser" elementvoid
setAxIdArray(int i, CTUnsignedInt axId)
Sets ith "axId" elementvoid
setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" elementvoid
setBubble3D(CTBoolean bubble3D)
Sets the "bubble3D" elementvoid
setBubbleScale(CTBubbleScale bubbleScale)
Sets the "bubbleScale" elementvoid
setDLbls(CTDLbls dLbls)
Sets the "dLbls" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setSerArray(int i, CTBubbleSer ser)
Sets ith "ser" elementvoid
setSerArray(CTBubbleSer[] serArray)
Sets array of all "ser" elementvoid
setShowNegBubbles(CTBoolean showNegBubbles)
Sets the "showNegBubbles" elementvoid
setSizeRepresents(CTSizeRepresents sizeRepresents)
Sets the "sizeRepresents" elementvoid
setVaryColors(CTBoolean varyColors)
Sets the "varyColors" elementint
sizeOfAxIdArray()
Returns number of "axId" elementint
sizeOfSerArray()
Returns number of "ser" elementvoid
unsetBubble3D()
Unsets the "bubble3D" elementvoid
unsetBubbleScale()
Unsets the "bubbleScale" elementvoid
unsetDLbls()
Unsets the "dLbls" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetShowNegBubbles()
Unsets the "showNegBubbles" elementvoid
unsetSizeRepresents()
Unsets the "sizeRepresents" elementvoid
unsetVaryColors()
Unsets the "varyColors" 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
-
getVaryColors
CTBoolean getVaryColors()
Gets the "varyColors" element
-
isSetVaryColors
boolean isSetVaryColors()
True if has "varyColors" element
-
setVaryColors
void setVaryColors(CTBoolean varyColors)
Sets the "varyColors" element
-
addNewVaryColors
CTBoolean addNewVaryColors()
Appends and returns a new empty "varyColors" element
-
unsetVaryColors
void unsetVaryColors()
Unsets the "varyColors" element
-
getSerList
java.util.List<CTBubbleSer> getSerList()
Gets a List of "ser" elements
-
getSerArray
@Deprecated CTBubbleSer[] getSerArray()
Deprecated.Gets array of all "ser" elements
-
getSerArray
CTBubbleSer getSerArray(int i)
Gets ith "ser" element
-
sizeOfSerArray
int sizeOfSerArray()
Returns number of "ser" element
-
setSerArray
void setSerArray(CTBubbleSer[] serArray)
Sets array of all "ser" element
-
setSerArray
void setSerArray(int i, CTBubbleSer ser)
Sets ith "ser" element
-
insertNewSer
CTBubbleSer insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" element
-
addNewSer
CTBubbleSer addNewSer()
Appends and returns a new empty value (as xml) as the last "ser" element
-
removeSer
void removeSer(int i)
Removes the ith "ser" element
-
getDLbls
CTDLbls getDLbls()
Gets the "dLbls" element
-
isSetDLbls
boolean isSetDLbls()
True if has "dLbls" element
-
setDLbls
void setDLbls(CTDLbls dLbls)
Sets the "dLbls" element
-
addNewDLbls
CTDLbls addNewDLbls()
Appends and returns a new empty "dLbls" element
-
unsetDLbls
void unsetDLbls()
Unsets the "dLbls" element
-
getBubble3D
CTBoolean getBubble3D()
Gets the "bubble3D" element
-
isSetBubble3D
boolean isSetBubble3D()
True if has "bubble3D" element
-
setBubble3D
void setBubble3D(CTBoolean bubble3D)
Sets the "bubble3D" element
-
addNewBubble3D
CTBoolean addNewBubble3D()
Appends and returns a new empty "bubble3D" element
-
unsetBubble3D
void unsetBubble3D()
Unsets the "bubble3D" element
-
getBubbleScale
CTBubbleScale getBubbleScale()
Gets the "bubbleScale" element
-
isSetBubbleScale
boolean isSetBubbleScale()
True if has "bubbleScale" element
-
setBubbleScale
void setBubbleScale(CTBubbleScale bubbleScale)
Sets the "bubbleScale" element
-
addNewBubbleScale
CTBubbleScale addNewBubbleScale()
Appends and returns a new empty "bubbleScale" element
-
unsetBubbleScale
void unsetBubbleScale()
Unsets the "bubbleScale" element
-
getShowNegBubbles
CTBoolean getShowNegBubbles()
Gets the "showNegBubbles" element
-
isSetShowNegBubbles
boolean isSetShowNegBubbles()
True if has "showNegBubbles" element
-
setShowNegBubbles
void setShowNegBubbles(CTBoolean showNegBubbles)
Sets the "showNegBubbles" element
-
addNewShowNegBubbles
CTBoolean addNewShowNegBubbles()
Appends and returns a new empty "showNegBubbles" element
-
unsetShowNegBubbles
void unsetShowNegBubbles()
Unsets the "showNegBubbles" element
-
getSizeRepresents
CTSizeRepresents getSizeRepresents()
Gets the "sizeRepresents" element
-
isSetSizeRepresents
boolean isSetSizeRepresents()
True if has "sizeRepresents" element
-
setSizeRepresents
void setSizeRepresents(CTSizeRepresents sizeRepresents)
Sets the "sizeRepresents" element
-
addNewSizeRepresents
CTSizeRepresents addNewSizeRepresents()
Appends and returns a new empty "sizeRepresents" element
-
unsetSizeRepresents
void unsetSizeRepresents()
Unsets the "sizeRepresents" element
-
getAxIdList
java.util.List<CTUnsignedInt> getAxIdList()
Gets a List of "axId" elements
-
getAxIdArray
@Deprecated CTUnsignedInt[] getAxIdArray()
Deprecated.Gets array of all "axId" elements
-
getAxIdArray
CTUnsignedInt getAxIdArray(int i)
Gets ith "axId" element
-
sizeOfAxIdArray
int sizeOfAxIdArray()
Returns number of "axId" element
-
setAxIdArray
void setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" element
-
setAxIdArray
void setAxIdArray(int i, CTUnsignedInt axId)
Sets ith "axId" element
-
insertNewAxId
CTUnsignedInt insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" element
-
addNewAxId
CTUnsignedInt addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" element
-
removeAxId
void removeAxId(int i)
Removes the ith "axId" 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
-
-