Interface CTTLAnimateScaleBehavior
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLAnimateScaleBehavior extends XmlObject
An XML CT_TLAnimateScaleBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLAnimateScaleBehavior.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
addNewTo()
Appends and returns a new empty "to" elementCTTLPoint
getBy()
Gets the "by" elementCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementCTTLPoint
getFrom()
Gets the "from" elementCTTLPoint
getTo()
Gets the "to" elementboolean
getZoomContents()
Gets the "zoomContents" attributeboolean
isSetBy()
True if has "by" elementboolean
isSetFrom()
True if has "from" elementboolean
isSetTo()
True if has "to" elementboolean
isSetZoomContents()
True if has "zoomContents" attributevoid
setBy(CTTLPoint by)
Sets the "by" elementvoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setFrom(CTTLPoint from)
Sets the "from" elementvoid
setTo(CTTLPoint to)
Sets the "to" elementvoid
setZoomContents(boolean zoomContents)
Sets the "zoomContents" attributevoid
unsetBy()
Unsets the "by" elementvoid
unsetFrom()
Unsets the "from" elementvoid
unsetTo()
Unsets the "to" elementvoid
unsetZoomContents()
Unsets the "zoomContents" attributeXmlBoolean
xgetZoomContents()
Gets (as xml) the "zoomContents" attributevoid
xsetZoomContents(XmlBoolean zoomContents)
Sets (as xml) the "zoomContents" 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
-
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
void xsetZoomContents(XmlBoolean zoomContents)
Sets (as xml) the "zoomContents" attribute
-
unsetZoomContents
void unsetZoomContents()
Unsets the "zoomContents" attribute
-
-