Interface CTTLAnimateRotationBehavior
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLAnimateRotationBehavior extends XmlObject
An XML CT_TLAnimateRotationBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLAnimateRotationBehavior.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" elementint
getBy()
Gets the "by" attributeCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementint
getFrom()
Gets the "from" attributeint
getTo()
Gets the "to" attributeboolean
isSetBy()
True if has "by" attributeboolean
isSetFrom()
True if has "from" attributeboolean
isSetTo()
True if has "to" attributevoid
setBy(int by)
Sets the "by" attributevoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setFrom(int from)
Sets the "from" attributevoid
setTo(int to)
Sets the "to" attributevoid
unsetBy()
Unsets the "by" attributevoid
unsetFrom()
Unsets the "from" attributevoid
unsetTo()
Unsets the "to" attributeSTAngle
xgetBy()
Gets (as xml) the "by" attributeSTAngle
xgetFrom()
Gets (as xml) the "from" attributeSTAngle
xgetTo()
Gets (as xml) the "to" attributevoid
xsetBy(STAngle by)
Sets (as xml) the "by" attributevoid
xsetFrom(STAngle from)
Sets (as xml) the "from" attributevoid
xsetTo(STAngle to)
Sets (as xml) the "to" 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
-
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
void xsetBy(STAngle by)
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
void xsetFrom(STAngle from)
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
void xsetTo(STAngle to)
Sets (as xml) the "to" attribute
-
unsetTo
void unsetTo()
Unsets the "to" attribute
-
-