Interface CTDPt
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DPt(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bubble3D" elementAppends and returns a new empty "explosion" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "idx" elementAppends and returns a new empty "invertIfNegative" elementAppends and returns a new empty "marker" elementAppends and returns a new empty "pictureOptions" elementAppends and returns a new empty "spPr" elementGets the "bubble3D" elementGets the "explosion" elementGets the "extLst" elementgetIdx()Gets the "idx" elementGets the "invertIfNegative" elementGets the "marker" elementGets the "pictureOptions" elementgetSpPr()Gets the "spPr" elementbooleanTrue if has "bubble3D" elementbooleanTrue if has "explosion" elementbooleanTrue if has "extLst" elementbooleanTrue if has "invertIfNegative" elementbooleanTrue if has "marker" elementbooleanTrue if has "pictureOptions" elementbooleanTrue if has "spPr" elementvoidsetBubble3D(CTBoolean bubble3D) Sets the "bubble3D" elementvoidsetExplosion(CTUnsignedInt explosion) Sets the "explosion" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetIdx(CTUnsignedInt idx) Sets the "idx" elementvoidsetInvertIfNegative(CTBoolean invertIfNegative) Sets the "invertIfNegative" elementvoidSets the "marker" elementvoidsetPictureOptions(CTPictureOptions pictureOptions) Sets the "pictureOptions" elementvoidsetSpPr(CTShapeProperties spPr) Sets the "spPr" elementvoidUnsets the "bubble3D" elementvoidUnsets the "explosion" elementvoidUnsets the "extLst" elementvoidUnsets the "invertIfNegative" elementvoidUnsets the "marker" elementvoidUnsets the "pictureOptions" elementvoidUnsets the "spPr" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getIdx
CTUnsignedInt getIdx()Gets the "idx" element -
setIdx
Sets the "idx" element -
addNewIdx
CTUnsignedInt addNewIdx()Appends and returns a new empty "idx" element -
getInvertIfNegative
CTBoolean getInvertIfNegative()Gets the "invertIfNegative" element -
isSetInvertIfNegative
boolean isSetInvertIfNegative()True if has "invertIfNegative" element -
setInvertIfNegative
Sets the "invertIfNegative" element -
addNewInvertIfNegative
CTBoolean addNewInvertIfNegative()Appends and returns a new empty "invertIfNegative" element -
unsetInvertIfNegative
void unsetInvertIfNegative()Unsets the "invertIfNegative" element -
getMarker
CTMarker getMarker()Gets the "marker" element -
isSetMarker
boolean isSetMarker()True if has "marker" element -
setMarker
Sets the "marker" element -
addNewMarker
CTMarker addNewMarker()Appends and returns a new empty "marker" element -
unsetMarker
void unsetMarker()Unsets the "marker" element -
getBubble3D
CTBoolean getBubble3D()Gets the "bubble3D" element -
isSetBubble3D
boolean isSetBubble3D()True if has "bubble3D" element -
setBubble3D
Sets the "bubble3D" element -
addNewBubble3D
CTBoolean addNewBubble3D()Appends and returns a new empty "bubble3D" element -
unsetBubble3D
void unsetBubble3D()Unsets the "bubble3D" element -
getExplosion
CTUnsignedInt getExplosion()Gets the "explosion" element -
isSetExplosion
boolean isSetExplosion()True if has "explosion" element -
setExplosion
Sets the "explosion" element -
addNewExplosion
CTUnsignedInt addNewExplosion()Appends and returns a new empty "explosion" element -
unsetExplosion
void unsetExplosion()Unsets the "explosion" element -
getSpPr
CTShapeProperties getSpPr()Gets the "spPr" element -
isSetSpPr
boolean isSetSpPr()True if has "spPr" element -
setSpPr
Sets the "spPr" element -
addNewSpPr
CTShapeProperties addNewSpPr()Appends and returns a new empty "spPr" element -
unsetSpPr
void unsetSpPr()Unsets the "spPr" element -
getPictureOptions
CTPictureOptions getPictureOptions()Gets the "pictureOptions" element -
isSetPictureOptions
boolean isSetPictureOptions()True if has "pictureOptions" element -
setPictureOptions
Sets the "pictureOptions" element -
addNewPictureOptions
CTPictureOptions addNewPictureOptions()Appends and returns a new empty "pictureOptions" element -
unsetPictureOptions
void unsetPictureOptions()Unsets the "pictureOptions" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-