public class CTErrBars extends Object
Java class for CT_ErrBars complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ErrBars"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="errDir" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrDir" minOccurs="0"/> <element name="errBarType" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrBarType"/> <element name="errValType" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrValType"/> <element name="noEndCap" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/> <element name="plus" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/> <element name="minus" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/> <element name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/> <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" 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 CTErrBarType |
errBarType |
protected CTErrDir |
errDir |
protected CTErrValType |
errValType |
protected CTExtensionList |
extLst |
protected CTNumDataSource |
minus |
protected CTBoolean |
noEndCap |
protected CTNumDataSource |
plus |
protected CTShapeProperties |
spPr |
protected CTDouble |
val |
Constructor and Description |
---|
CTErrBars() |
Modifier and Type | Method and Description |
---|---|
CTErrBarType |
getErrBarType()
Gets the value of the errBarType property.
|
CTErrDir |
getErrDir()
Gets the value of the errDir property.
|
CTErrValType |
getErrValType()
Gets the value of the errValType property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTNumDataSource |
getMinus()
Gets the value of the minus property.
|
CTBoolean |
getNoEndCap()
Gets the value of the noEndCap property.
|
CTNumDataSource |
getPlus()
Gets the value of the plus property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTDouble |
getVal()
Gets the value of the val property.
|
void |
setErrBarType(CTErrBarType value)
Sets the value of the errBarType property.
|
void |
setErrDir(CTErrDir value)
Sets the value of the errDir property.
|
void |
setErrValType(CTErrValType value)
Sets the value of the errValType property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setMinus(CTNumDataSource value)
Sets the value of the minus property.
|
void |
setNoEndCap(CTBoolean value)
Sets the value of the noEndCap property.
|
void |
setPlus(CTNumDataSource value)
Sets the value of the plus property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setVal(CTDouble value)
Sets the value of the val property.
|
protected CTErrDir errDir
protected CTErrBarType errBarType
protected CTErrValType errValType
protected CTBoolean noEndCap
protected CTNumDataSource plus
protected CTNumDataSource minus
protected CTDouble val
protected CTShapeProperties spPr
protected CTExtensionList extLst
public CTErrDir getErrDir()
CTErrDir
public void setErrDir(CTErrDir value)
value
- allowed object is
CTErrDir
public CTErrBarType getErrBarType()
CTErrBarType
public void setErrBarType(CTErrBarType value)
value
- allowed object is
CTErrBarType
public CTErrValType getErrValType()
CTErrValType
public void setErrValType(CTErrValType value)
value
- allowed object is
CTErrValType
public CTBoolean getNoEndCap()
CTBoolean
public void setNoEndCap(CTBoolean value)
value
- allowed object is
CTBoolean
public CTNumDataSource getPlus()
CTNumDataSource
public void setPlus(CTNumDataSource value)
value
- allowed object is
CTNumDataSource
public CTNumDataSource getMinus()
CTNumDataSource
public void setMinus(CTNumDataSource value)
value
- allowed object is
CTNumDataSource
public CTDouble getVal()
CTDouble
public void setVal(CTDouble value)
value
- allowed object is
CTDouble
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2014. All Rights Reserved.