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 classCTTLAnimateRotationBehavior.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" elementintgetBy()Gets the "by" attributeCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementintgetFrom()Gets the "from" attributeintgetTo()Gets the "to" attributebooleanisSetBy()True if has "by" attributebooleanisSetFrom()True 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" attributevoidunsetFrom()Unsets the "from" attributevoidunsetTo()Unsets the "to" attributeSTAnglexgetBy()Gets (as xml) the "by" attributeSTAnglexgetFrom()Gets (as xml) the "from" attributeSTAnglexgetTo()Gets (as xml) the "to" attributevoidxsetBy(STAngle by)Sets (as xml) the "by" attributevoidxsetFrom(STAngle from)Sets (as xml) the "from" attributevoidxsetTo(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
-
-