Interface CTTLAnimateRotationBehavior
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLAnimateRotationBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLAnimateRotationBehavior> 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" elementintgetBy()Gets the "by" attributegetCBhvr()Gets the "cBhvr" elementintgetFrom()Gets the "from" attributeintgetTo()Gets the "to" attributebooleanisSetBy()True if has "by" attributebooleanTrue if has "from" attributebooleanisSetTo()True if has "to" attributevoidsetBy(int by) Sets the "by" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoidsetFrom(int from) Sets the "from" attributevoidsetTo(int to) Sets the "to" attributevoidunsetBy()Unsets the "by" attributevoidUnsets the "from" attributevoidunsetTo()Unsets the "to" attributexgetBy()Gets (as xml) the "by" attributexgetFrom()Gets (as xml) the "from" attributexgetTo()Gets (as xml) the "to" attributevoidSets (as xml) the "by" attributevoidSets (as xml) the "from" attributevoidSets (as xml) the "to" 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 -
getBy
int getBy()Gets the "by" attribute -
xgetBy
STAngle xgetBy()Gets (as xml) the "by" attribute -
isSetBy
boolean isSetBy()True if has "by" attribute -
setBy
void setBy(int by) Sets the "by" attribute -
xsetBy
Sets (as xml) the "by" attribute -
unsetBy
void unsetBy()Unsets the "by" attribute -
getFrom
int getFrom()Gets the "from" attribute -
xgetFrom
STAngle xgetFrom()Gets (as xml) the "from" attribute -
isSetFrom
boolean isSetFrom()True if has "from" attribute -
setFrom
void setFrom(int from) Sets the "from" attribute -
xsetFrom
Sets (as xml) the "from" attribute -
unsetFrom
void unsetFrom()Unsets the "from" attribute -
getTo
int getTo()Gets the "to" attribute -
xgetTo
STAngle xgetTo()Gets (as xml) the "to" attribute -
isSetTo
boolean isSetTo()True if has "to" attribute -
setTo
void setTo(int to) Sets the "to" attribute -
xsetTo
Sets (as xml) the "to" attribute -
unsetTo
void unsetTo()Unsets the "to" attribute
-