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 classCTTLAnimateScaleBehavior.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" elementCTTLPointaddNewTo()Appends and returns a new empty "to" elementCTTLPointgetBy()Gets the "by" elementCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementCTTLPointgetFrom()Gets the "from" elementCTTLPointgetTo()Gets the "to" elementbooleangetZoomContents()Gets the "zoomContents" attributebooleanisSetBy()True if has "by" elementbooleanisSetFrom()True if has "from" elementbooleanisSetTo()True if has "to" elementbooleanisSetZoomContents()True if has "zoomContents" attributevoidsetBy(CTTLPoint by)Sets the "by" elementvoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetFrom(CTTLPoint from)Sets the "from" elementvoidsetTo(CTTLPoint to)Sets the "to" elementvoidsetZoomContents(boolean zoomContents)Sets the "zoomContents" attributevoidunsetBy()Unsets the "by" elementvoidunsetFrom()Unsets the "from" elementvoidunsetTo()Unsets the "to" elementvoidunsetZoomContents()Unsets the "zoomContents" attributeXmlBooleanxgetZoomContents()Gets (as xml) the "zoomContents" attributevoidxsetZoomContents(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
-
-