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 classCTErrBars.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTErrBarTypeaddNewErrBarType()Appends and returns a new empty "errBarType" elementCTErrDiraddNewErrDir()Appends and returns a new empty "errDir" elementCTErrValTypeaddNewErrValType()Appends and returns a new empty "errValType" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTNumDataSourceaddNewMinus()Appends and returns a new empty "minus" elementCTBooleanaddNewNoEndCap()Appends and returns a new empty "noEndCap" elementCTNumDataSourceaddNewPlus()Appends and returns a new empty "plus" elementCTShapePropertiesaddNewSpPr()Appends and returns a new empty "spPr" elementCTDoubleaddNewVal()Appends and returns a new empty "val" elementCTErrBarTypegetErrBarType()Gets the "errBarType" elementCTErrDirgetErrDir()Gets the "errDir" elementCTErrValTypegetErrValType()Gets the "errValType" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTNumDataSourcegetMinus()Gets the "minus" elementCTBooleangetNoEndCap()Gets the "noEndCap" elementCTNumDataSourcegetPlus()Gets the "plus" elementCTShapePropertiesgetSpPr()Gets the "spPr" elementCTDoublegetVal()Gets the "val" elementbooleanisSetErrDir()True if has "errDir" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetMinus()True if has "minus" elementbooleanisSetNoEndCap()True if has "noEndCap" elementbooleanisSetPlus()True if has "plus" elementbooleanisSetSpPr()True if has "spPr" elementbooleanisSetVal()True if has "val" elementvoidsetErrBarType(CTErrBarType errBarType)Sets the "errBarType" elementvoidsetErrDir(CTErrDir errDir)Sets 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" elementvoidsetVal(CTDouble val)Sets the "val" elementvoidunsetErrDir()Unsets the "errDir" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetMinus()Unsets the "minus" elementvoidunsetNoEndCap()Unsets the "noEndCap" elementvoidunsetPlus()Unsets the "plus" elementvoidunsetSpPr()Unsets the "spPr" elementvoidunsetVal()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
-
-