Interface CTTLAnimateMotionBehavior
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLAnimateMotionBehavior extends XmlObject
An XML CT_TLAnimateMotionBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLAnimateMotionBehavior.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 CTTLPoint
addNewBy()
Appends and returns a new empty "by" elementCTTLCommonBehaviorData
addNewCBhvr()
Appends and returns a new empty "cBhvr" elementCTTLPoint
addNewFrom()
Appends and returns a new empty "from" elementCTTLPoint
addNewRCtr()
Appends and returns a new empty "rCtr" elementCTTLPoint
addNewTo()
Appends and returns a new empty "to" elementCTTLPoint
getBy()
Gets the "by" elementCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementCTTLPoint
getFrom()
Gets the "from" elementSTTLAnimateMotionBehaviorOrigin.Enum
getOrigin()
Gets the "origin" attributejava.lang.String
getPath()
Gets the "path" attributeSTTLAnimateMotionPathEditMode.Enum
getPathEditMode()
Gets the "pathEditMode" attributejava.lang.String
getPtsTypes()
Gets the "ptsTypes" attributeint
getRAng()
Gets the "rAng" attributeCTTLPoint
getRCtr()
Gets the "rCtr" elementCTTLPoint
getTo()
Gets the "to" elementboolean
isSetBy()
True if has "by" elementboolean
isSetFrom()
True if has "from" elementboolean
isSetOrigin()
True if has "origin" attributeboolean
isSetPath()
True if has "path" attributeboolean
isSetPathEditMode()
True if has "pathEditMode" attributeboolean
isSetPtsTypes()
True if has "ptsTypes" attributeboolean
isSetRAng()
True if has "rAng" attributeboolean
isSetRCtr()
True if has "rCtr" elementboolean
isSetTo()
True if has "to" elementvoid
setBy(CTTLPoint by)
Sets the "by" elementvoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setFrom(CTTLPoint from)
Sets the "from" elementvoid
setOrigin(STTLAnimateMotionBehaviorOrigin.Enum origin)
Sets the "origin" attributevoid
setPath(java.lang.String path)
Sets the "path" attributevoid
setPathEditMode(STTLAnimateMotionPathEditMode.Enum pathEditMode)
Sets the "pathEditMode" attributevoid
setPtsTypes(java.lang.String ptsTypes)
Sets the "ptsTypes" attributevoid
setRAng(int rAng)
Sets the "rAng" attributevoid
setRCtr(CTTLPoint rCtr)
Sets the "rCtr" elementvoid
setTo(CTTLPoint to)
Sets the "to" elementvoid
unsetBy()
Unsets the "by" elementvoid
unsetFrom()
Unsets the "from" elementvoid
unsetOrigin()
Unsets the "origin" attributevoid
unsetPath()
Unsets the "path" attributevoid
unsetPathEditMode()
Unsets the "pathEditMode" attributevoid
unsetPtsTypes()
Unsets the "ptsTypes" attributevoid
unsetRAng()
Unsets the "rAng" attributevoid
unsetRCtr()
Unsets the "rCtr" elementvoid
unsetTo()
Unsets the "to" elementSTTLAnimateMotionBehaviorOrigin
xgetOrigin()
Gets (as xml) the "origin" attributeXmlString
xgetPath()
Gets (as xml) the "path" attributeSTTLAnimateMotionPathEditMode
xgetPathEditMode()
Gets (as xml) the "pathEditMode" attributeXmlString
xgetPtsTypes()
Gets (as xml) the "ptsTypes" attributeSTAngle
xgetRAng()
Gets (as xml) the "rAng" attributevoid
xsetOrigin(STTLAnimateMotionBehaviorOrigin origin)
Sets (as xml) the "origin" attributevoid
xsetPath(XmlString path)
Sets (as xml) the "path" attributevoid
xsetPathEditMode(STTLAnimateMotionPathEditMode pathEditMode)
Sets (as xml) the "pathEditMode" attributevoid
xsetPtsTypes(XmlString ptsTypes)
Sets (as xml) the "ptsTypes" attributevoid
xsetRAng(STAngle rAng)
Sets (as xml) the "rAng" 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
CTTLPoint getBy()
Gets the "by" element
-
isSetBy
boolean isSetBy()
True if has "by" element
-
setBy
void setBy(CTTLPoint by)
Sets the "by" element
-
addNewBy
CTTLPoint addNewBy()
Appends and returns a new empty "by" element
-
unsetBy
void unsetBy()
Unsets the "by" element
-
getFrom
CTTLPoint getFrom()
Gets the "from" element
-
isSetFrom
boolean isSetFrom()
True if has "from" element
-
setFrom
void setFrom(CTTLPoint from)
Sets the "from" element
-
addNewFrom
CTTLPoint addNewFrom()
Appends and returns a new empty "from" element
-
unsetFrom
void unsetFrom()
Unsets the "from" element
-
getTo
CTTLPoint getTo()
Gets the "to" element
-
isSetTo
boolean isSetTo()
True if has "to" element
-
setTo
void setTo(CTTLPoint to)
Sets the "to" element
-
addNewTo
CTTLPoint addNewTo()
Appends and returns a new empty "to" element
-
unsetTo
void unsetTo()
Unsets the "to" element
-
getRCtr
CTTLPoint getRCtr()
Gets the "rCtr" element
-
isSetRCtr
boolean isSetRCtr()
True if has "rCtr" element
-
setRCtr
void setRCtr(CTTLPoint rCtr)
Sets the "rCtr" element
-
addNewRCtr
CTTLPoint addNewRCtr()
Appends and returns a new empty "rCtr" element
-
unsetRCtr
void unsetRCtr()
Unsets the "rCtr" element
-
getOrigin
STTLAnimateMotionBehaviorOrigin.Enum getOrigin()
Gets the "origin" attribute
-
xgetOrigin
STTLAnimateMotionBehaviorOrigin xgetOrigin()
Gets (as xml) the "origin" attribute
-
isSetOrigin
boolean isSetOrigin()
True if has "origin" attribute
-
setOrigin
void setOrigin(STTLAnimateMotionBehaviorOrigin.Enum origin)
Sets the "origin" attribute
-
xsetOrigin
void xsetOrigin(STTLAnimateMotionBehaviorOrigin origin)
Sets (as xml) the "origin" attribute
-
unsetOrigin
void unsetOrigin()
Unsets the "origin" attribute
-
getPath
java.lang.String getPath()
Gets the "path" attribute
-
xgetPath
XmlString xgetPath()
Gets (as xml) the "path" attribute
-
isSetPath
boolean isSetPath()
True if has "path" attribute
-
setPath
void setPath(java.lang.String path)
Sets the "path" attribute
-
xsetPath
void xsetPath(XmlString path)
Sets (as xml) the "path" attribute
-
unsetPath
void unsetPath()
Unsets the "path" attribute
-
getPathEditMode
STTLAnimateMotionPathEditMode.Enum getPathEditMode()
Gets the "pathEditMode" attribute
-
xgetPathEditMode
STTLAnimateMotionPathEditMode xgetPathEditMode()
Gets (as xml) the "pathEditMode" attribute
-
isSetPathEditMode
boolean isSetPathEditMode()
True if has "pathEditMode" attribute
-
setPathEditMode
void setPathEditMode(STTLAnimateMotionPathEditMode.Enum pathEditMode)
Sets the "pathEditMode" attribute
-
xsetPathEditMode
void xsetPathEditMode(STTLAnimateMotionPathEditMode pathEditMode)
Sets (as xml) the "pathEditMode" attribute
-
unsetPathEditMode
void unsetPathEditMode()
Unsets the "pathEditMode" attribute
-
getRAng
int getRAng()
Gets the "rAng" attribute
-
xgetRAng
STAngle xgetRAng()
Gets (as xml) the "rAng" attribute
-
isSetRAng
boolean isSetRAng()
True if has "rAng" attribute
-
setRAng
void setRAng(int rAng)
Sets the "rAng" attribute
-
xsetRAng
void xsetRAng(STAngle rAng)
Sets (as xml) the "rAng" attribute
-
unsetRAng
void unsetRAng()
Unsets the "rAng" attribute
-
getPtsTypes
java.lang.String getPtsTypes()
Gets the "ptsTypes" attribute
-
xgetPtsTypes
XmlString xgetPtsTypes()
Gets (as xml) the "ptsTypes" attribute
-
isSetPtsTypes
boolean isSetPtsTypes()
True if has "ptsTypes" attribute
-
setPtsTypes
void setPtsTypes(java.lang.String ptsTypes)
Sets the "ptsTypes" attribute
-
xsetPtsTypes
void xsetPtsTypes(XmlString ptsTypes)
Sets (as xml) the "ptsTypes" attribute
-
unsetPtsTypes
void unsetPtsTypes()
Unsets the "ptsTypes" attribute
-
-