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 class
CTTLAnimateEffectBehavior.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTTLCommonBehaviorData
addNewCBhvr()
Appends and returns a new empty "cBhvr" elementCTTLAnimVariant
addNewProgress()
Appends and returns a new empty "progress" elementCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementjava.lang.String
getFilter()
Gets the "filter" attributejava.lang.String
getPrLst()
Gets the "prLst" attributeCTTLAnimVariant
getProgress()
Gets the "progress" elementSTTLAnimateEffectTransition.Enum
getTransition()
Gets the "transition" attributeboolean
isSetFilter()
True if has "filter" attributeboolean
isSetPrLst()
True if has "prLst" attributeboolean
isSetProgress()
True if has "progress" elementboolean
isSetTransition()
True if has "transition" attributevoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setFilter(java.lang.String filter)
Sets the "filter" attributevoid
setPrLst(java.lang.String prLst)
Sets the "prLst" attributevoid
setProgress(CTTLAnimVariant progress)
Sets the "progress" elementvoid
setTransition(STTLAnimateEffectTransition.Enum transition)
Sets the "transition" attributevoid
unsetFilter()
Unsets the "filter" attributevoid
unsetPrLst()
Unsets the "prLst" attributevoid
unsetProgress()
Unsets the "progress" elementvoid
unsetTransition()
Unsets the "transition" attributeXmlString
xgetFilter()
Gets (as xml) the "filter" attributeXmlString
xgetPrLst()
Gets (as xml) the "prLst" attributeSTTLAnimateEffectTransition
xgetTransition()
Gets (as xml) the "transition" attributevoid
xsetFilter(XmlString filter)
Sets (as xml) the "filter" attributevoid
xsetPrLst(XmlString prLst)
Sets (as xml) the "prLst" attributevoid
xsetTransition(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
-
-