public class CTAreaSer extends Object implements SerContent
Java class for CT_AreaSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AreaSer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
<element name="pictureOptions" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PictureOptions" minOccurs="0"/>
<element name="dPt" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DPt" maxOccurs="unbounded" minOccurs="0"/>
<element name="dLbls" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbls" minOccurs="0"/>
<element name="trendline" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Trendline" maxOccurs="unbounded" minOccurs="0"/>
<element name="errBars" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrBars" maxOccurs="2" minOccurs="0"/>
<element name="cat" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/>
<element name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" 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 CTAxDataSource |
cat |
protected CTDLbls |
dLbls |
protected List<CTDPt> |
dPt |
protected List<CTErrBars> |
errBars |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTUnsignedInt |
order |
protected CTPictureOptions |
pictureOptions |
protected CTShapeProperties |
spPr |
protected List<CTTrendline> |
trendline |
protected CTSerTx |
tx |
protected CTNumDataSource |
val |
| Constructor and Description |
|---|
CTAreaSer() |
| Modifier and Type | Method and Description |
|---|---|
CTAxDataSource |
getCat()
Gets the value of the cat property.
|
CTDLbls |
getDLbls()
Gets the value of the dLbls property.
|
List<CTDPt> |
getDPt()
Gets the value of the dPt property.
|
List<CTErrBars> |
getErrBars()
Gets the value of the errBars property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
CTUnsignedInt |
getOrder()
Gets the value of the order property.
|
CTPictureOptions |
getPictureOptions()
Gets the value of the pictureOptions property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
List<CTTrendline> |
getTrendline()
Gets the value of the trendline property.
|
CTSerTx |
getTx()
Gets the value of the tx property.
|
CTNumDataSource |
getVal()
Gets the value of the val property.
|
void |
setCat(CTAxDataSource value)
Sets the value of the cat property.
|
void |
setDLbls(CTDLbls value)
Sets the value of the dLbls property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setOrder(CTUnsignedInt value)
Sets the value of the order property.
|
void |
setPictureOptions(CTPictureOptions value)
Sets the value of the pictureOptions property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTSerTx value)
Sets the value of the tx property.
|
void |
setVal(CTNumDataSource value)
Sets the value of the val property.
|
protected CTUnsignedInt idx
protected CTUnsignedInt order
protected CTSerTx tx
protected CTShapeProperties spPr
protected CTPictureOptions pictureOptions
protected CTDLbls dLbls
protected List<CTTrendline> trendline
protected CTAxDataSource cat
protected CTNumDataSource val
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
getIdx in interface SerContentCTUnsignedIntpublic void setIdx(CTUnsignedInt value)
setIdx in interface SerContentvalue - allowed object is
CTUnsignedIntpublic CTUnsignedInt getOrder()
getOrder in interface SerContentCTUnsignedIntpublic void setOrder(CTUnsignedInt value)
setOrder in interface SerContentvalue - allowed object is
CTUnsignedIntpublic CTSerTx getTx()
getTx in interface SerContentCTSerTxpublic void setTx(CTSerTx value)
setTx in interface SerContentvalue - allowed object is
CTSerTxpublic CTShapeProperties getSpPr()
getSpPr in interface SerContentCTShapePropertiespublic void setSpPr(CTShapeProperties value)
setSpPr in interface SerContentvalue - allowed object is
CTShapePropertiespublic CTPictureOptions getPictureOptions()
CTPictureOptionspublic void setPictureOptions(CTPictureOptions value)
value - allowed object is
CTPictureOptionspublic List<CTDPt> getDPt()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dPt property.
For example, to add a new item, do as follows:
getDPt().add(newItem);
Objects of the following type(s) are allowed in the list
CTDPt
public CTDLbls getDLbls()
CTDLblspublic void setDLbls(CTDLbls value)
value - allowed object is
CTDLblspublic List<CTTrendline> getTrendline()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the trendline property.
For example, to add a new item, do as follows:
getTrendline().add(newItem);
Objects of the following type(s) are allowed in the list
CTTrendline
public List<CTErrBars> getErrBars()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errBars property.
For example, to add a new item, do as follows:
getErrBars().add(newItem);
Objects of the following type(s) are allowed in the list
CTErrBars
public CTAxDataSource getCat()
getCat in interface SerContentCTAxDataSourcepublic void setCat(CTAxDataSource value)
setCat in interface SerContentvalue - allowed object is
CTAxDataSourcepublic CTNumDataSource getVal()
getVal in interface SerContentCTNumDataSourcepublic void setVal(CTNumDataSource value)
setVal in interface SerContentvalue - allowed object is
CTNumDataSourcepublic CTExtensionList getExtLst()
getExtLst in interface SerContentCTExtensionListpublic void setExtLst(CTExtensionList value)
setExtLst in interface SerContentvalue - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.