Interface CTErrBars
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTErrBars extends XmlObject
An XML CT_ErrBars(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTErrBars.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 Modifier and Type Method Description CTErrBarType
addNewErrBarType()
Appends and returns a new empty "errBarType" elementCTErrDir
addNewErrDir()
Appends and returns a new empty "errDir" elementCTErrValType
addNewErrValType()
Appends and returns a new empty "errValType" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTNumDataSource
addNewMinus()
Appends and returns a new empty "minus" elementCTBoolean
addNewNoEndCap()
Appends and returns a new empty "noEndCap" elementCTNumDataSource
addNewPlus()
Appends and returns a new empty "plus" elementCTShapeProperties
addNewSpPr()
Appends and returns a new empty "spPr" elementCTDouble
addNewVal()
Appends and returns a new empty "val" elementCTErrBarType
getErrBarType()
Gets the "errBarType" elementCTErrDir
getErrDir()
Gets the "errDir" elementCTErrValType
getErrValType()
Gets the "errValType" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTNumDataSource
getMinus()
Gets the "minus" elementCTBoolean
getNoEndCap()
Gets the "noEndCap" elementCTNumDataSource
getPlus()
Gets the "plus" elementCTShapeProperties
getSpPr()
Gets the "spPr" elementCTDouble
getVal()
Gets the "val" elementboolean
isSetErrDir()
True if has "errDir" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetMinus()
True if has "minus" elementboolean
isSetNoEndCap()
True if has "noEndCap" elementboolean
isSetPlus()
True if has "plus" elementboolean
isSetSpPr()
True if has "spPr" elementboolean
isSetVal()
True if has "val" elementvoid
setErrBarType(CTErrBarType errBarType)
Sets the "errBarType" elementvoid
setErrDir(CTErrDir errDir)
Sets the "errDir" elementvoid
setErrValType(CTErrValType errValType)
Sets the "errValType" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setMinus(CTNumDataSource minus)
Sets the "minus" elementvoid
setNoEndCap(CTBoolean noEndCap)
Sets the "noEndCap" elementvoid
setPlus(CTNumDataSource plus)
Sets the "plus" elementvoid
setSpPr(CTShapeProperties spPr)
Sets the "spPr" elementvoid
setVal(CTDouble val)
Sets the "val" elementvoid
unsetErrDir()
Unsets the "errDir" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetMinus()
Unsets the "minus" elementvoid
unsetNoEndCap()
Unsets the "noEndCap" elementvoid
unsetPlus()
Unsets the "plus" elementvoid
unsetSpPr()
Unsets the "spPr" elementvoid
unsetVal()
Unsets the "val" 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
-
getErrDir
CTErrDir getErrDir()
Gets the "errDir" element
-
isSetErrDir
boolean isSetErrDir()
True if has "errDir" element
-
setErrDir
void setErrDir(CTErrDir errDir)
Sets the "errDir" element
-
addNewErrDir
CTErrDir addNewErrDir()
Appends and returns a new empty "errDir" element
-
unsetErrDir
void unsetErrDir()
Unsets the "errDir" element
-
getErrBarType
CTErrBarType getErrBarType()
Gets the "errBarType" element
-
setErrBarType
void setErrBarType(CTErrBarType errBarType)
Sets the "errBarType" element
-
addNewErrBarType
CTErrBarType addNewErrBarType()
Appends and returns a new empty "errBarType" element
-
getErrValType
CTErrValType getErrValType()
Gets the "errValType" element
-
setErrValType
void setErrValType(CTErrValType errValType)
Sets the "errValType" element
-
addNewErrValType
CTErrValType addNewErrValType()
Appends and returns a new empty "errValType" element
-
getNoEndCap
CTBoolean getNoEndCap()
Gets the "noEndCap" element
-
isSetNoEndCap
boolean isSetNoEndCap()
True if has "noEndCap" element
-
setNoEndCap
void setNoEndCap(CTBoolean noEndCap)
Sets the "noEndCap" element
-
addNewNoEndCap
CTBoolean addNewNoEndCap()
Appends and returns a new empty "noEndCap" element
-
unsetNoEndCap
void unsetNoEndCap()
Unsets the "noEndCap" element
-
getPlus
CTNumDataSource getPlus()
Gets the "plus" element
-
isSetPlus
boolean isSetPlus()
True if has "plus" element
-
setPlus
void setPlus(CTNumDataSource plus)
Sets the "plus" element
-
addNewPlus
CTNumDataSource addNewPlus()
Appends and returns a new empty "plus" element
-
unsetPlus
void unsetPlus()
Unsets the "plus" element
-
getMinus
CTNumDataSource getMinus()
Gets the "minus" element
-
isSetMinus
boolean isSetMinus()
True if has "minus" element
-
setMinus
void setMinus(CTNumDataSource minus)
Sets the "minus" element
-
addNewMinus
CTNumDataSource addNewMinus()
Appends and returns a new empty "minus" element
-
unsetMinus
void unsetMinus()
Unsets the "minus" element
-
getVal
CTDouble getVal()
Gets the "val" element
-
isSetVal
boolean isSetVal()
True if has "val" element
-
setVal
void setVal(CTDouble val)
Sets the "val" element
-
addNewVal
CTDouble addNewVal()
Appends and returns a new empty "val" element
-
unsetVal
void unsetVal()
Unsets the "val" element
-
getSpPr
CTShapeProperties getSpPr()
Gets the "spPr" element
-
isSetSpPr
boolean isSetSpPr()
True if has "spPr" element
-
setSpPr
void setSpPr(CTShapeProperties spPr)
Sets the "spPr" element
-
addNewSpPr
CTShapeProperties addNewSpPr()
Appends and returns a new empty "spPr" element
-
unsetSpPr
void unsetSpPr()
Unsets the "spPr" 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
-
-