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 classCTTLAnimateMotionBehavior.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 CTTLPointaddNewBy()Appends and returns a new empty "by" elementCTTLCommonBehaviorDataaddNewCBhvr()Appends and returns a new empty "cBhvr" elementCTTLPointaddNewFrom()Appends and returns a new empty "from" elementCTTLPointaddNewRCtr()Appends and returns a new empty "rCtr" elementCTTLPointaddNewTo()Appends and returns a new empty "to" elementCTTLPointgetBy()Gets the "by" elementCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementCTTLPointgetFrom()Gets the "from" elementSTTLAnimateMotionBehaviorOrigin.EnumgetOrigin()Gets the "origin" attributejava.lang.StringgetPath()Gets the "path" attributeSTTLAnimateMotionPathEditMode.EnumgetPathEditMode()Gets the "pathEditMode" attributejava.lang.StringgetPtsTypes()Gets the "ptsTypes" attributeintgetRAng()Gets the "rAng" attributeCTTLPointgetRCtr()Gets the "rCtr" elementCTTLPointgetTo()Gets the "to" elementbooleanisSetBy()True if has "by" elementbooleanisSetFrom()True if has "from" elementbooleanisSetOrigin()True if has "origin" attributebooleanisSetPath()True if has "path" attributebooleanisSetPathEditMode()True if has "pathEditMode" attributebooleanisSetPtsTypes()True if has "ptsTypes" attributebooleanisSetRAng()True if has "rAng" attributebooleanisSetRCtr()True if has "rCtr" elementbooleanisSetTo()True if has "to" elementvoidsetBy(CTTLPoint by)Sets the "by" elementvoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetFrom(CTTLPoint from)Sets the "from" elementvoidsetOrigin(STTLAnimateMotionBehaviorOrigin.Enum origin)Sets the "origin" attributevoidsetPath(java.lang.String path)Sets the "path" attributevoidsetPathEditMode(STTLAnimateMotionPathEditMode.Enum pathEditMode)Sets the "pathEditMode" attributevoidsetPtsTypes(java.lang.String ptsTypes)Sets the "ptsTypes" attributevoidsetRAng(int rAng)Sets the "rAng" attributevoidsetRCtr(CTTLPoint rCtr)Sets the "rCtr" elementvoidsetTo(CTTLPoint to)Sets the "to" elementvoidunsetBy()Unsets the "by" elementvoidunsetFrom()Unsets the "from" elementvoidunsetOrigin()Unsets the "origin" attributevoidunsetPath()Unsets the "path" attributevoidunsetPathEditMode()Unsets the "pathEditMode" attributevoidunsetPtsTypes()Unsets the "ptsTypes" attributevoidunsetRAng()Unsets the "rAng" attributevoidunsetRCtr()Unsets the "rCtr" elementvoidunsetTo()Unsets the "to" elementSTTLAnimateMotionBehaviorOriginxgetOrigin()Gets (as xml) the "origin" attributeXmlStringxgetPath()Gets (as xml) the "path" attributeSTTLAnimateMotionPathEditModexgetPathEditMode()Gets (as xml) the "pathEditMode" attributeXmlStringxgetPtsTypes()Gets (as xml) the "ptsTypes" attributeSTAnglexgetRAng()Gets (as xml) the "rAng" attributevoidxsetOrigin(STTLAnimateMotionBehaviorOrigin origin)Sets (as xml) the "origin" attributevoidxsetPath(XmlString path)Sets (as xml) the "path" attributevoidxsetPathEditMode(STTLAnimateMotionPathEditMode pathEditMode)Sets (as xml) the "pathEditMode" attributevoidxsetPtsTypes(XmlString ptsTypes)Sets (as xml) the "ptsTypes" attributevoidxsetRAng(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
-
-