Interface CTTransitionSoundAction
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TransitionSoundAction(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTransitionSoundAction> 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 "endSnd" elementAppends and returns a new empty "stSnd" elementGets the "endSnd" elementgetStSnd()Gets the "stSnd" elementbooleanTrue if has "endSnd" elementbooleanTrue if has "stSnd" elementvoidSets the "endSnd" elementvoidSets the "stSnd" elementvoidUnsets the "endSnd" elementvoidUnsets the "stSnd" 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
-
getStSnd
CTTransitionStartSoundAction getStSnd()Gets the "stSnd" element -
isSetStSnd
boolean isSetStSnd()True if has "stSnd" element -
setStSnd
Sets the "stSnd" element -
addNewStSnd
CTTransitionStartSoundAction addNewStSnd()Appends and returns a new empty "stSnd" element -
unsetStSnd
void unsetStSnd()Unsets the "stSnd" element -
getEndSnd
CTEmpty getEndSnd()Gets the "endSnd" element -
isSetEndSnd
boolean isSetEndSnd()True if has "endSnd" element -
setEndSnd
Sets the "endSnd" element -
addNewEndSnd
CTEmpty addNewEndSnd()Appends and returns a new empty "endSnd" element -
unsetEndSnd
void unsetEndSnd()Unsets the "endSnd" element
-