Interface CTTLAnimateEffectBehavior
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLAnimateEffectBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLAnimateEffectBehavior> 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 "cBhvr" elementAppends and returns a new empty "progress" elementgetCBhvr()Gets the "cBhvr" elementGets the "filter" attributegetPrLst()Gets the "prLst" attributeGets the "progress" elementGets the "transition" attributebooleanTrue if has "filter" attributebooleanTrue if has "prLst" attributebooleanTrue if has "progress" elementbooleanTrue if has "transition" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoidSets the "filter" attributevoidSets the "prLst" attributevoidsetProgress(CTTLAnimVariant progress) Sets the "progress" elementvoidsetTransition(STTLAnimateEffectTransition.Enum transition) Sets the "transition" attributevoidUnsets the "filter" attributevoidUnsets the "prLst" attributevoidUnsets the "progress" elementvoidUnsets the "transition" attributeGets (as xml) the "filter" attributeGets (as xml) the "prLst" attributeGets (as xml) the "transition" attributevoidxsetFilter(XmlString filter) Sets (as xml) the "filter" attributevoidSets (as xml) the "prLst" attributevoidxsetTransition(STTLAnimateEffectTransition transition) Sets (as xml) the "transition" 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
-
getCBhvr
CTTLCommonBehaviorData getCBhvr()Gets the "cBhvr" element -
setCBhvr
Sets the "cBhvr" element -
addNewCBhvr
CTTLCommonBehaviorData addNewCBhvr()Appends and returns a new empty "cBhvr" element -
getProgress
CTTLAnimVariant getProgress()Gets the "progress" element -
isSetProgress
boolean isSetProgress()True if has "progress" element -
setProgress
Sets the "progress" element -
addNewProgress
CTTLAnimVariant addNewProgress()Appends and returns a new empty "progress" element -
unsetProgress
void unsetProgress()Unsets the "progress" element -
getTransition
STTLAnimateEffectTransition.Enum getTransition()Gets the "transition" attribute -
xgetTransition
STTLAnimateEffectTransition xgetTransition()Gets (as xml) the "transition" attribute -
isSetTransition
boolean isSetTransition()True if has "transition" attribute -
setTransition
Sets the "transition" attribute -
xsetTransition
Sets (as xml) the "transition" attribute -
unsetTransition
void unsetTransition()Unsets the "transition" attribute -
getFilter
String getFilter()Gets the "filter" attribute -
xgetFilter
XmlString xgetFilter()Gets (as xml) the "filter" attribute -
isSetFilter
boolean isSetFilter()True if has "filter" attribute -
setFilter
Sets the "filter" attribute -
xsetFilter
Sets (as xml) the "filter" attribute -
unsetFilter
void unsetFilter()Unsets the "filter" attribute -
getPrLst
String getPrLst()Gets the "prLst" attribute -
xgetPrLst
XmlString xgetPrLst()Gets (as xml) the "prLst" attribute -
isSetPrLst
boolean isSetPrLst()True if has "prLst" attribute -
setPrLst
Sets the "prLst" attribute -
xsetPrLst
Sets (as xml) the "prLst" attribute -
unsetPrLst
void unsetPrLst()Unsets the "prLst" attribute
-