public class CTDPt extends java.lang.Object implements Child
Java class for CT_DPt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DPt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt"/>
<element name="invertIfNegative" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="marker" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Marker" minOccurs="0"/>
<element name="bubble3D" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="explosion" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="pictureOptions" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PictureOptions" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBoolean |
bubble3D |
protected CTUnsignedInt |
explosion |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTBoolean |
invertIfNegative |
protected CTMarker |
marker |
protected CTPictureOptions |
pictureOptions |
protected CTShapeProperties |
spPr |
| Constructor and Description |
|---|
CTDPt() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBoolean |
getBubble3D()
Gets the value of the bubble3D property.
|
CTUnsignedInt |
getExplosion()
Gets the value of the explosion property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
CTBoolean |
getInvertIfNegative()
Gets the value of the invertIfNegative property.
|
CTMarker |
getMarker()
Gets the value of the marker property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPictureOptions |
getPictureOptions()
Gets the value of the pictureOptions property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
void |
setBubble3D(CTBoolean value)
Sets the value of the bubble3D property.
|
void |
setExplosion(CTUnsignedInt value)
Sets the value of the explosion property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setInvertIfNegative(CTBoolean value)
Sets the value of the invertIfNegative property.
|
void |
setMarker(CTMarker value)
Sets the value of the marker property.
|
void |
setParent(java.lang.Object parent) |
void |
setPictureOptions(CTPictureOptions value)
Sets the value of the pictureOptions property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
protected CTUnsignedInt idx
protected CTBoolean invertIfNegative
protected CTMarker marker
protected CTBoolean bubble3D
protected CTUnsignedInt explosion
protected CTShapeProperties spPr
protected CTPictureOptions pictureOptions
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
CTUnsignedIntpublic void setIdx(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTBoolean getInvertIfNegative()
CTBooleanpublic void setInvertIfNegative(CTBoolean value)
value - allowed object is
CTBooleanpublic CTMarker getMarker()
CTMarkerpublic void setMarker(CTMarker value)
value - allowed object is
CTMarkerpublic CTBoolean getBubble3D()
CTBooleanpublic void setBubble3D(CTBoolean value)
value - allowed object is
CTBooleanpublic CTUnsignedInt getExplosion()
CTUnsignedIntpublic void setExplosion(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTPictureOptions getPictureOptions()
CTPictureOptionspublic void setPictureOptions(CTPictureOptions value)
value - allowed object is
CTPictureOptionspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.