Interface CTTLAnimateScaleBehavior
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_TLAnimateScaleBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTTLAnimateScaleBehavior> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionaddNewBy()
Appends and returns a new empty "by" elementAppends and returns a new empty "cBhvr" elementAppends and returns a new empty "from" elementaddNewTo()
Appends and returns a new empty "to" elementgetBy()
Gets the "by" elementgetCBhvr()
Gets the "cBhvr" elementgetFrom()
Gets the "from" elementgetTo()
Gets the "to" elementboolean
Gets the "zoomContents" attributeboolean
isSetBy()
True if has "by" elementboolean
True if has "from" elementboolean
isSetTo()
True if has "to" elementboolean
True if has "zoomContents" attributevoid
Sets the "by" elementvoid
setCBhvr
(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoid
Sets the "from" elementvoid
Sets the "to" elementvoid
setZoomContents
(boolean zoomContents) Sets the "zoomContents" attributevoid
unsetBy()
Unsets the "by" elementvoid
Unsets the "from" elementvoid
unsetTo()
Unsets the "to" elementvoid
Unsets the "zoomContents" attributeGets (as xml) the "zoomContents" attributevoid
xsetZoomContents
(XmlBoolean zoomContents) Sets (as xml) the "zoomContents" 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, valueHashCode
Methods 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
CTTLPoint getBy()Gets the "by" element -
isSetBy
boolean isSetBy()True if has "by" element -
setBy
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
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
Sets the "to" element -
addNewTo
CTTLPoint addNewTo()Appends and returns a new empty "to" element -
unsetTo
void unsetTo()Unsets the "to" element -
getZoomContents
boolean getZoomContents()Gets the "zoomContents" attribute -
xgetZoomContents
XmlBoolean xgetZoomContents()Gets (as xml) the "zoomContents" attribute -
isSetZoomContents
boolean isSetZoomContents()True if has "zoomContents" attribute -
setZoomContents
void setZoomContents(boolean zoomContents) Sets the "zoomContents" attribute -
xsetZoomContents
Sets (as xml) the "zoomContents" attribute -
unsetZoomContents
void unsetZoomContents()Unsets the "zoomContents" attribute
-