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 SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "bldStep" attributeint
Gets the "categoryIdx" attributeint
Gets the "seriesIdx" attributeboolean
True if has "categoryIdx" attributeboolean
True if has "seriesIdx" attributevoid
setBldStep
(STChartBuildStep.Enum bldStep) Sets the "bldStep" attributevoid
setCategoryIdx
(int categoryIdx) Sets the "categoryIdx" attributevoid
setSeriesIdx
(int seriesIdx) Sets the "seriesIdx" attributevoid
Unsets the "categoryIdx" attributevoid
Unsets the "seriesIdx" attributeGets (as xml) the "bldStep" attributeGets (as xml) the "categoryIdx" attributeGets (as xml) the "seriesIdx" attributevoid
xsetBldStep
(STChartBuildStep bldStep) Sets (as xml) the "bldStep" attributevoid
xsetCategoryIdx
(XmlInt categoryIdx) Sets (as xml) the "categoryIdx" attributevoid
xsetSeriesIdx
(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, valueHashCode
Methods 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
-