Interface CTAnimationGraphicalObjectBuildProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AnimationGraphicalObjectBuildProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAnimationGraphicalObjectBuildProperties> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bldChart" elementAppends and returns a new empty "bldDgm" elementGets the "bldChart" elementGets the "bldDgm" elementbooleanTrue if has "bldChart" elementbooleanTrue if has "bldDgm" elementvoidsetBldChart(CTAnimationChartBuildProperties bldChart) Sets the "bldChart" elementvoidSets the "bldDgm" elementvoidUnsets the "bldChart" elementvoidUnsets the "bldDgm" elementMethods 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
-
getBldDgm
CTAnimationDgmBuildProperties getBldDgm()Gets the "bldDgm" element -
isSetBldDgm
boolean isSetBldDgm()True if has "bldDgm" element -
setBldDgm
Sets the "bldDgm" element -
addNewBldDgm
CTAnimationDgmBuildProperties addNewBldDgm()Appends and returns a new empty "bldDgm" element -
unsetBldDgm
void unsetBldDgm()Unsets the "bldDgm" element -
getBldChart
CTAnimationChartBuildProperties getBldChart()Gets the "bldChart" element -
isSetBldChart
boolean isSetBldChart()True if has "bldChart" element -
setBldChart
Sets the "bldChart" element -
addNewBldChart
CTAnimationChartBuildProperties addNewBldChart()Appends and returns a new empty "bldChart" element -
unsetBldChart
void unsetBldChart()Unsets the "bldChart" element
-