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 SchemaTypeFields 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" elementbooleanGets the "zoomContents" attributebooleanisSetBy()True if has "by" elementbooleanTrue if has "from" elementbooleanisSetTo()True if has "to" elementbooleanTrue if has "zoomContents" attributevoidSets the "by" elementvoidsetCBhvr(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoidSets the "from" elementvoidSets the "to" elementvoidsetZoomContents(boolean zoomContents) Sets the "zoomContents" attributevoidunsetBy()Unsets the "by" elementvoidUnsets the "from" elementvoidunsetTo()Unsets the "to" elementvoidUnsets the "zoomContents" attributeGets (as xml) the "zoomContents" attributevoidxsetZoomContents(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, valueHashCodeMethods 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
-