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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLAnimateBehavior.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" elementCTTLTimeAnimateValueListaddNewTavLst()Appends and returns a new empty "tavLst" elementjava.lang.StringgetBy()Gets the "by" attributeSTTLAnimateBehaviorCalcMode.EnumgetCalcmode()Gets the "calcmode" attributeCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementjava.lang.StringgetFrom()Gets the "from" attributeCTTLTimeAnimateValueListgetTavLst()Gets the "tavLst" elementjava.lang.StringgetTo()Gets the "to" attributeSTTLAnimateBehaviorValueType.EnumgetValueType()Gets the "valueType" attributebooleanisSetBy()True if has "by" attributebooleanisSetCalcmode()True if has "calcmode" attributebooleanisSetFrom()True if has "from" attributebooleanisSetTavLst()True if has "tavLst" elementbooleanisSetTo()True if has "to" attributebooleanisSetValueType()True if has "valueType" attributevoidsetBy(java.lang.String by)Sets the "by" attributevoidsetCalcmode(STTLAnimateBehaviorCalcMode.Enum calcmode)Sets the "calcmode" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetFrom(java.lang.String from)Sets the "from" attributevoidsetTavLst(CTTLTimeAnimateValueList tavLst)Sets the "tavLst" elementvoidsetTo(java.lang.String to)Sets the "to" attributevoidsetValueType(STTLAnimateBehaviorValueType.Enum valueType)Sets the "valueType" attributevoidunsetBy()Unsets the "by" attributevoidunsetCalcmode()Unsets the "calcmode" attributevoidunsetFrom()Unsets the "from" attributevoidunsetTavLst()Unsets the "tavLst" elementvoidunsetTo()Unsets the "to" attributevoidunsetValueType()Unsets the "valueType" attributeXmlStringxgetBy()Gets (as xml) the "by" attributeSTTLAnimateBehaviorCalcModexgetCalcmode()Gets (as xml) the "calcmode" attributeXmlStringxgetFrom()Gets (as xml) the "from" attributeXmlStringxgetTo()Gets (as xml) the "to" attributeSTTLAnimateBehaviorValueTypexgetValueType()Gets (as xml) the "valueType" attributevoidxsetBy(XmlString by)Sets (as xml) the "by" attributevoidxsetCalcmode(STTLAnimateBehaviorCalcMode calcmode)Sets (as xml) the "calcmode" attributevoidxsetFrom(XmlString from)Sets (as xml) the "from" attributevoidxsetTo(XmlString to)Sets (as xml) the "to" attributevoidxsetValueType(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, 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
-
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
-
-