Interface CTTLAnimateEffectBehavior
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLAnimateEffectBehavior extends XmlObject
An XML CT_TLAnimateEffectBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLAnimateEffectBehavior.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTTLCommonBehaviorDataaddNewCBhvr()Appends and returns a new empty "cBhvr" elementCTTLAnimVariantaddNewProgress()Appends and returns a new empty "progress" elementCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementjava.lang.StringgetFilter()Gets the "filter" attributejava.lang.StringgetPrLst()Gets the "prLst" attributeCTTLAnimVariantgetProgress()Gets the "progress" elementSTTLAnimateEffectTransition.EnumgetTransition()Gets the "transition" attributebooleanisSetFilter()True if has "filter" attributebooleanisSetPrLst()True if has "prLst" attributebooleanisSetProgress()True if has "progress" elementbooleanisSetTransition()True if has "transition" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetFilter(java.lang.String filter)Sets the "filter" attributevoidsetPrLst(java.lang.String prLst)Sets the "prLst" attributevoidsetProgress(CTTLAnimVariant progress)Sets the "progress" elementvoidsetTransition(STTLAnimateEffectTransition.Enum transition)Sets the "transition" attributevoidunsetFilter()Unsets the "filter" attributevoidunsetPrLst()Unsets the "prLst" attributevoidunsetProgress()Unsets the "progress" elementvoidunsetTransition()Unsets the "transition" attributeXmlStringxgetFilter()Gets (as xml) the "filter" attributeXmlStringxgetPrLst()Gets (as xml) the "prLst" attributeSTTLAnimateEffectTransitionxgetTransition()Gets (as xml) the "transition" attributevoidxsetFilter(XmlString filter)Sets (as xml) the "filter" attributevoidxsetPrLst(XmlString prLst)Sets (as xml) the "prLst" attributevoidxsetTransition(STTLAnimateEffectTransition transition)Sets (as xml) the "transition" 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
-
getCBhvr
CTTLCommonBehaviorData getCBhvr()
Gets the "cBhvr" element
-
setCBhvr
void setCBhvr(CTTLCommonBehaviorData cBhvr)
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
void setProgress(CTTLAnimVariant progress)
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
void setTransition(STTLAnimateEffectTransition.Enum transition)
Sets the "transition" attribute
-
xsetTransition
void xsetTransition(STTLAnimateEffectTransition transition)
Sets (as xml) the "transition" attribute
-
unsetTransition
void unsetTransition()
Unsets the "transition" attribute
-
getFilter
java.lang.String getFilter()
Gets the "filter" attribute
-
xgetFilter
XmlString xgetFilter()
Gets (as xml) the "filter" attribute
-
isSetFilter
boolean isSetFilter()
True if has "filter" attribute
-
setFilter
void setFilter(java.lang.String filter)
Sets the "filter" attribute
-
xsetFilter
void xsetFilter(XmlString filter)
Sets (as xml) the "filter" attribute
-
unsetFilter
void unsetFilter()
Unsets the "filter" attribute
-
getPrLst
java.lang.String getPrLst()
Gets the "prLst" attribute
-
xgetPrLst
XmlString xgetPrLst()
Gets (as xml) the "prLst" attribute
-
isSetPrLst
boolean isSetPrLst()
True if has "prLst" attribute
-
setPrLst
void setPrLst(java.lang.String prLst)
Sets the "prLst" attribute
-
xsetPrLst
void xsetPrLst(XmlString prLst)
Sets (as xml) the "prLst" attribute
-
unsetPrLst
void unsetPrLst()
Unsets the "prLst" attribute
-
-