Interface CTAnimationDgmElement
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AnimationDgmElement(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAnimationDgmElement> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "bldStep" attributegetId()Gets the "id" attributebooleanTrue if has "bldStep" attributebooleanisSetId()True if has "id" attributevoidsetBldStep(STDgmBuildStep.Enum bldStep) Sets the "bldStep" attributevoidSets the "id" attributevoidUnsets the "bldStep" attributevoidunsetId()Unsets the "id" attributeGets (as xml) the "bldStep" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetId()Gets (as xml) the "id" attributevoidxsetBldStep(STDgmBuildStep bldStep) Sets (as xml) the "bldStep" attributevoidxsetId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid id) Sets (as xml) the "id" 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, 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
-
getId
String getId()Gets the "id" attribute -
xgetId
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getBldStep
STDgmBuildStep.Enum getBldStep()Gets the "bldStep" attribute -
xgetBldStep
STDgmBuildStep xgetBldStep()Gets (as xml) the "bldStep" attribute -
isSetBldStep
boolean isSetBldStep()True if has "bldStep" attribute -
setBldStep
Sets the "bldStep" attribute -
xsetBldStep
Sets (as xml) the "bldStep" attribute -
unsetBldStep
void unsetBldStep()Unsets the "bldStep" attribute
-