Interface CTTLAnimateBehavior
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLAnimateBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLAnimateBehavior> 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 "tavLst" elementgetBy()Gets the "by" attributeGets the "calcmode" attributegetCBhvr()Gets the "cBhvr" elementgetFrom()Gets the "from" attributeGets the "tavLst" elementgetTo()Gets the "to" attributeGets the "valueType" attributebooleanisSetBy()True if has "by" attributebooleanTrue if has "calcmode" attributebooleanTrue if has "from" attributebooleanTrue if has "tavLst" elementbooleanisSetTo()True if has "to" attributebooleanTrue if has "valueType" attributevoidSets the "by" attributevoidsetCalcmode(STTLAnimateBehaviorCalcMode.Enum calcmode) Sets the "calcmode" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoidSets the "from" attributevoidsetTavLst(CTTLTimeAnimateValueList tavLst) Sets the "tavLst" elementvoidSets the "to" attributevoidsetValueType(STTLAnimateBehaviorValueType.Enum valueType) Sets the "valueType" attributevoidunsetBy()Unsets the "by" attributevoidUnsets the "calcmode" attributevoidUnsets the "from" attributevoidUnsets the "tavLst" elementvoidunsetTo()Unsets the "to" attributevoidUnsets the "valueType" attributexgetBy()Gets (as xml) the "by" attributeGets (as xml) the "calcmode" attributexgetFrom()Gets (as xml) the "from" attributexgetTo()Gets (as xml) the "to" attributeGets (as xml) the "valueType" attributevoidSets (as xml) the "by" attributevoidxsetCalcmode(STTLAnimateBehaviorCalcMode calcmode) Sets (as xml) the "calcmode" attributevoidSets (as xml) the "from" attributevoidSets (as xml) the "to" attributevoidxsetValueType(STTLAnimateBehaviorValueType valueType) Sets (as xml) the "valueType" 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 -
getTavLst
CTTLTimeAnimateValueList getTavLst()Gets the "tavLst" element -
isSetTavLst
boolean isSetTavLst()True if has "tavLst" element -
setTavLst
Sets the "tavLst" element -
addNewTavLst
CTTLTimeAnimateValueList addNewTavLst()Appends and returns a new empty "tavLst" element -
unsetTavLst
void unsetTavLst()Unsets the "tavLst" element -
getBy
String getBy()Gets the "by" attribute -
xgetBy
XmlString xgetBy()Gets (as xml) the "by" attribute -
isSetBy
boolean isSetBy()True if has "by" attribute -
setBy
Sets the "by" attribute -
xsetBy
Sets (as xml) the "by" attribute -
unsetBy
void unsetBy()Unsets the "by" attribute -
getFrom
String getFrom()Gets the "from" attribute -
xgetFrom
XmlString xgetFrom()Gets (as xml) the "from" attribute -
isSetFrom
boolean isSetFrom()True if has "from" attribute -
setFrom
Sets the "from" attribute -
xsetFrom
Sets (as xml) the "from" attribute -
unsetFrom
void unsetFrom()Unsets the "from" attribute -
getTo
String getTo()Gets the "to" attribute -
xgetTo
XmlString xgetTo()Gets (as xml) the "to" attribute -
isSetTo
boolean isSetTo()True if has "to" attribute -
setTo
Sets the "to" attribute -
xsetTo
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
Sets the "calcmode" attribute -
xsetCalcmode
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
Sets the "valueType" attribute -
xsetValueType
Sets (as xml) the "valueType" attribute -
unsetValueType
void unsetValueType()Unsets the "valueType" attribute
-