Interface CTAnimationChartBuildProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTAnimationChartBuildProperties extends XmlObject
An XML CT_AnimationChartBuildProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTAnimationChartBuildProperties.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 boolean
getAnimBg()
Gets the "animBg" attributeString
getBld()
Gets the "bld" attributeboolean
isSetAnimBg()
True if has "animBg" attributeboolean
isSetBld()
True if has "bld" attributevoid
setAnimBg(boolean animBg)
Sets the "animBg" attributevoid
setBld(String bld)
Sets the "bld" attributevoid
unsetAnimBg()
Unsets the "animBg" attributevoid
unsetBld()
Unsets the "bld" attributeXmlBoolean
xgetAnimBg()
Gets (as xml) the "animBg" attributeSTAnimationChartBuildType
xgetBld()
Gets (as xml) the "bld" attributevoid
xsetAnimBg(XmlBoolean animBg)
Sets (as xml) the "animBg" attributevoid
xsetBld(STAnimationChartBuildType bld)
Sets (as xml) the "bld" 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
-
getBld
String getBld()
Gets the "bld" attribute
-
xgetBld
STAnimationChartBuildType xgetBld()
Gets (as xml) the "bld" attribute
-
isSetBld
boolean isSetBld()
True if has "bld" attribute
-
setBld
void setBld(String bld)
Sets the "bld" attribute
-
xsetBld
void xsetBld(STAnimationChartBuildType bld)
Sets (as xml) the "bld" attribute
-
unsetBld
void unsetBld()
Unsets the "bld" attribute
-
getAnimBg
boolean getAnimBg()
Gets the "animBg" attribute
-
xgetAnimBg
XmlBoolean xgetAnimBg()
Gets (as xml) the "animBg" attribute
-
isSetAnimBg
boolean isSetAnimBg()
True if has "animBg" attribute
-
setAnimBg
void setAnimBg(boolean animBg)
Sets the "animBg" attribute
-
xsetAnimBg
void xsetAnimBg(XmlBoolean animBg)
Sets (as xml) the "animBg" attribute
-
unsetAnimBg
void unsetAnimBg()
Unsets the "animBg" attribute
-
-