Interface CTTLAnimateBehavior
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLAnimateBehavior extends XmlObject
An XML CT_TLAnimateBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLAnimateBehavior>
Factory
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" elementCTTLTimeAnimateValueList
addNewTavLst()
Appends and returns a new empty "tavLst" elementjava.lang.String
getBy()
Gets the "by" attributeSTTLAnimateBehaviorCalcMode.Enum
getCalcmode()
Gets the "calcmode" attributeCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementjava.lang.String
getFrom()
Gets the "from" attributeCTTLTimeAnimateValueList
getTavLst()
Gets the "tavLst" elementjava.lang.String
getTo()
Gets the "to" attributeSTTLAnimateBehaviorValueType.Enum
getValueType()
Gets the "valueType" attributeboolean
isSetBy()
True if has "by" attributeboolean
isSetCalcmode()
True if has "calcmode" attributeboolean
isSetFrom()
True if has "from" attributeboolean
isSetTavLst()
True if has "tavLst" elementboolean
isSetTo()
True if has "to" attributeboolean
isSetValueType()
True if has "valueType" attributevoid
setBy(java.lang.String by)
Sets the "by" attributevoid
setCalcmode(STTLAnimateBehaviorCalcMode.Enum calcmode)
Sets the "calcmode" attributevoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setFrom(java.lang.String from)
Sets the "from" attributevoid
setTavLst(CTTLTimeAnimateValueList tavLst)
Sets the "tavLst" elementvoid
setTo(java.lang.String to)
Sets the "to" attributevoid
setValueType(STTLAnimateBehaviorValueType.Enum valueType)
Sets the "valueType" attributevoid
unsetBy()
Unsets the "by" attributevoid
unsetCalcmode()
Unsets the "calcmode" attributevoid
unsetFrom()
Unsets the "from" attributevoid
unsetTavLst()
Unsets the "tavLst" elementvoid
unsetTo()
Unsets the "to" attributevoid
unsetValueType()
Unsets the "valueType" attributeXmlString
xgetBy()
Gets (as xml) the "by" attributeSTTLAnimateBehaviorCalcMode
xgetCalcmode()
Gets (as xml) the "calcmode" attributeXmlString
xgetFrom()
Gets (as xml) the "from" attributeXmlString
xgetTo()
Gets (as xml) the "to" attributeSTTLAnimateBehaviorValueType
xgetValueType()
Gets (as xml) the "valueType" attributevoid
xsetBy(XmlString by)
Sets (as xml) the "by" attributevoid
xsetCalcmode(STTLAnimateBehaviorCalcMode calcmode)
Sets (as xml) the "calcmode" attributevoid
xsetFrom(XmlString from)
Sets (as xml) the "from" attributevoid
xsetTo(XmlString to)
Sets (as xml) the "to" attributevoid
xsetValueType(STTLAnimateBehaviorValueType valueType)
Sets (as xml) the "valueType" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTLAnimateBehavior> Factory
-
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
-
getTavLst
CTTLTimeAnimateValueList getTavLst()
Gets the "tavLst" element
-
isSetTavLst
boolean isSetTavLst()
True if has "tavLst" element
-
setTavLst
void setTavLst(CTTLTimeAnimateValueList tavLst)
Sets the "tavLst" element
-
addNewTavLst
CTTLTimeAnimateValueList addNewTavLst()
Appends and returns a new empty "tavLst" element
-
unsetTavLst
void unsetTavLst()
Unsets the "tavLst" element
-
getBy
java.lang.String getBy()
Gets the "by" attribute
-
xgetBy
XmlString xgetBy()
Gets (as xml) the "by" attribute
-
isSetBy
boolean isSetBy()
True if has "by" attribute
-
setBy
void setBy(java.lang.String by)
Sets the "by" attribute
-
xsetBy
void xsetBy(XmlString by)
Sets (as xml) the "by" attribute
-
unsetBy
void unsetBy()
Unsets the "by" attribute
-
getFrom
java.lang.String getFrom()
Gets the "from" attribute
-
xgetFrom
XmlString xgetFrom()
Gets (as xml) the "from" attribute
-
isSetFrom
boolean isSetFrom()
True if has "from" attribute
-
setFrom
void setFrom(java.lang.String from)
Sets the "from" attribute
-
xsetFrom
void xsetFrom(XmlString from)
Sets (as xml) the "from" attribute
-
unsetFrom
void unsetFrom()
Unsets the "from" attribute
-
getTo
java.lang.String getTo()
Gets the "to" attribute
-
xgetTo
XmlString xgetTo()
Gets (as xml) the "to" attribute
-
isSetTo
boolean isSetTo()
True if has "to" attribute
-
setTo
void setTo(java.lang.String to)
Sets the "to" attribute
-
xsetTo
void xsetTo(XmlString to)
Sets (as xml) the "to" attribute
-
unsetTo
void unsetTo()
Unsets the "to" attribute
-
getCalcmode
STTLAnimateBehaviorCalcMode.Enum getCalcmode()
Gets the "calcmode" attribute
-
xgetCalcmode
STTLAnimateBehaviorCalcMode xgetCalcmode()
Gets (as xml) the "calcmode" attribute
-
isSetCalcmode
boolean isSetCalcmode()
True if has "calcmode" attribute
-
setCalcmode
void setCalcmode(STTLAnimateBehaviorCalcMode.Enum calcmode)
Sets the "calcmode" attribute
-
xsetCalcmode
void xsetCalcmode(STTLAnimateBehaviorCalcMode calcmode)
Sets (as xml) the "calcmode" attribute
-
unsetCalcmode
void unsetCalcmode()
Unsets the "calcmode" attribute
-
getValueType
STTLAnimateBehaviorValueType.Enum getValueType()
Gets the "valueType" attribute
-
xgetValueType
STTLAnimateBehaviorValueType xgetValueType()
Gets (as xml) the "valueType" attribute
-
isSetValueType
boolean isSetValueType()
True if has "valueType" attribute
-
setValueType
void setValueType(STTLAnimateBehaviorValueType.Enum valueType)
Sets the "valueType" attribute
-
xsetValueType
void xsetValueType(STTLAnimateBehaviorValueType valueType)
Sets (as xml) the "valueType" attribute
-
unsetValueType
void unsetValueType()
Unsets the "valueType" attribute
-
-