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 classCTAnimationChartElement.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 STChartBuildStep.EnumgetBldStep()Gets the "bldStep" attributeintgetCategoryIdx()Gets the "categoryIdx" attributeintgetSeriesIdx()Gets the "seriesIdx" attributebooleanisSetCategoryIdx()True if has "categoryIdx" attributebooleanisSetSeriesIdx()True if has "seriesIdx" attributevoidsetBldStep(STChartBuildStep.Enum bldStep)Sets the "bldStep" attributevoidsetCategoryIdx(int categoryIdx)Sets the "categoryIdx" attributevoidsetSeriesIdx(int seriesIdx)Sets the "seriesIdx" attributevoidunsetCategoryIdx()Unsets the "categoryIdx" attributevoidunsetSeriesIdx()Unsets the "seriesIdx" attributeSTChartBuildStepxgetBldStep()Gets (as xml) the "bldStep" attributeXmlIntxgetCategoryIdx()Gets (as xml) the "categoryIdx" attributeXmlIntxgetSeriesIdx()Gets (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" 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
-
-