Interface CTAnimationChartElement
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AnimationChartElement(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAnimationChartElement> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "bldStep" attributeintGets the "categoryIdx" attributeintGets the "seriesIdx" attributebooleanTrue if has "categoryIdx" attributebooleanTrue if has "seriesIdx" attributevoidsetBldStep(STChartBuildStep.Enum bldStep) Sets the "bldStep" attributevoidsetCategoryIdx(int categoryIdx) Sets the "categoryIdx" attributevoidsetSeriesIdx(int seriesIdx) Sets the "seriesIdx" attributevoidUnsets the "categoryIdx" attributevoidUnsets the "seriesIdx" attributeGets (as xml) the "bldStep" attributeGets (as xml) the "categoryIdx" attributeGets (as xml) the "seriesIdx" attributevoidxsetBldStep(STChartBuildStep bldStep) Sets (as xml) the "bldStep" attributevoidxsetCategoryIdx(XmlInt categoryIdx) Sets (as xml) the "categoryIdx" attributevoidxsetSeriesIdx(XmlInt seriesIdx) Sets (as xml) the "seriesIdx" attributeMethods 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
-
getSeriesIdx
int getSeriesIdx()Gets the "seriesIdx" attribute -
xgetSeriesIdx
XmlInt xgetSeriesIdx()Gets (as xml) the "seriesIdx" attribute -
isSetSeriesIdx
boolean isSetSeriesIdx()True if has "seriesIdx" attribute -
setSeriesIdx
void setSeriesIdx(int seriesIdx) Sets the "seriesIdx" attribute -
xsetSeriesIdx
Sets (as xml) the "seriesIdx" attribute -
unsetSeriesIdx
void unsetSeriesIdx()Unsets the "seriesIdx" attribute -
getCategoryIdx
int getCategoryIdx()Gets the "categoryIdx" attribute -
xgetCategoryIdx
XmlInt xgetCategoryIdx()Gets (as xml) the "categoryIdx" attribute -
isSetCategoryIdx
boolean isSetCategoryIdx()True if has "categoryIdx" attribute -
setCategoryIdx
void setCategoryIdx(int categoryIdx) Sets the "categoryIdx" attribute -
xsetCategoryIdx
Sets (as xml) the "categoryIdx" attribute -
unsetCategoryIdx
void unsetCategoryIdx()Unsets the "categoryIdx" attribute -
getBldStep
STChartBuildStep.Enum getBldStep()Gets the "bldStep" attribute -
xgetBldStep
STChartBuildStep xgetBldStep()Gets (as xml) the "bldStep" attribute -
setBldStep
Sets the "bldStep" attribute -
xsetBldStep
Sets (as xml) the "bldStep" attribute
-