Interface CTAnimationChartElement
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTAnimationChartElement extends XmlObject
An XML CT_AnimationChartElement(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTAnimationChartElement.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 STChartBuildStep.Enum
getBldStep()
Gets the "bldStep" attributeint
getCategoryIdx()
Gets the "categoryIdx" attributeint
getSeriesIdx()
Gets the "seriesIdx" attributeboolean
isSetCategoryIdx()
True if has "categoryIdx" attributeboolean
isSetSeriesIdx()
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
unsetCategoryIdx()
Unsets the "categoryIdx" attributevoid
unsetSeriesIdx()
Unsets the "seriesIdx" attributeSTChartBuildStep
xgetBldStep()
Gets (as xml) the "bldStep" attributeXmlInt
xgetCategoryIdx()
Gets (as xml) the "categoryIdx" attributeXmlInt
xgetSeriesIdx()
Gets (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" attribute-
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
-
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
void xsetSeriesIdx(XmlInt seriesIdx)
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
void xsetCategoryIdx(XmlInt categoryIdx)
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
void setBldStep(STChartBuildStep.Enum bldStep)
Sets the "bldStep" attribute
-
xsetBldStep
void xsetBldStep(STChartBuildStep bldStep)
Sets (as xml) the "bldStep" attribute
-
-