Interface CTErrBars
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ErrBars(@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 "errBarType" elementAppends and returns a new empty "errDir" elementAppends and returns a new empty "errValType" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "minus" elementAppends and returns a new empty "noEndCap" elementAppends and returns a new empty "plus" elementAppends and returns a new empty "spPr" elementAppends and returns a new empty "val" elementGets the "errBarType" elementGets the "errDir" elementGets the "errValType" elementGets the "extLst" elementgetMinus()Gets the "minus" elementGets the "noEndCap" elementgetPlus()Gets the "plus" elementgetSpPr()Gets the "spPr" elementgetVal()Gets the "val" elementbooleanTrue if has "errDir" elementbooleanTrue if has "extLst" elementbooleanTrue if has "minus" elementbooleanTrue if has "noEndCap" elementbooleanTrue if has "plus" elementbooleanTrue if has "spPr" elementbooleanisSetVal()True if has "val" elementvoidsetErrBarType(CTErrBarType errBarType) Sets the "errBarType" elementvoidSets the "errDir" elementvoidsetErrValType(CTErrValType errValType) Sets the "errValType" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetMinus(CTNumDataSource minus) Sets the "minus" elementvoidsetNoEndCap(CTBoolean noEndCap) Sets the "noEndCap" elementvoidsetPlus(CTNumDataSource plus) Sets the "plus" elementvoidsetSpPr(CTShapeProperties spPr) Sets the "spPr" elementvoidSets the "val" elementvoidUnsets the "errDir" elementvoidUnsets the "extLst" elementvoidUnsets the "minus" elementvoidUnsets the "noEndCap" elementvoidUnsets the "plus" elementvoidUnsets the "spPr" elementvoidunsetVal()Unsets the "val" 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
-
getErrDir
CTErrDir getErrDir()Gets the "errDir" element -
isSetErrDir
boolean isSetErrDir()True if has "errDir" element -
setErrDir
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
Sets the "errBarType" element -
addNewErrBarType
CTErrBarType addNewErrBarType()Appends and returns a new empty "errBarType" element -
getErrValType
CTErrValType getErrValType()Gets the "errValType" element -
setErrValType
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
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
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
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
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
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
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-