Interface CTTLAnimateColorBehavior
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLAnimateColorBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLAnimateColorBehavior> 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" elementGets the "clrSpc" attributegetDir()Gets the "dir" attributegetFrom()Gets the "from" elementgetTo()Gets the "to" elementbooleanisSetBy()True if has "by" elementbooleanTrue if has "clrSpc" attributebooleanisSetDir()True if has "dir" attributebooleanTrue if has "from" elementbooleanisSetTo()True if has "to" elementvoidSets the "by" elementvoidsetCBhvr(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoidsetClrSpc(STTLAnimateColorSpace.Enum clrSpc) Sets the "clrSpc" attributevoidSets the "dir" attributevoidSets the "from" elementvoidSets the "to" elementvoidunsetBy()Unsets the "by" elementvoidUnsets the "clrSpc" attributevoidunsetDir()Unsets the "dir" attributevoidUnsets the "from" elementvoidunsetTo()Unsets the "to" elementGets (as xml) the "clrSpc" attributexgetDir()Gets (as xml) the "dir" attributevoidxsetClrSpc(STTLAnimateColorSpace clrSpc) Sets (as xml) the "clrSpc" attributevoidSets (as xml) the "dir" 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
CTTLByAnimateColorTransform getBy()Gets the "by" element -
isSetBy
boolean isSetBy()True if has "by" element -
setBy
Sets the "by" element -
addNewBy
CTTLByAnimateColorTransform addNewBy()Appends and returns a new empty "by" element -
unsetBy
void unsetBy()Unsets the "by" element -
getFrom
CTColor getFrom()Gets the "from" element -
isSetFrom
boolean isSetFrom()True if has "from" element -
setFrom
Sets the "from" element -
addNewFrom
CTColor addNewFrom()Appends and returns a new empty "from" element -
unsetFrom
void unsetFrom()Unsets the "from" element -
getTo
CTColor getTo()Gets the "to" element -
isSetTo
boolean isSetTo()True if has "to" element -
setTo
Sets the "to" element -
addNewTo
CTColor addNewTo()Appends and returns a new empty "to" element -
unsetTo
void unsetTo()Unsets the "to" element -
getClrSpc
STTLAnimateColorSpace.Enum getClrSpc()Gets the "clrSpc" attribute -
xgetClrSpc
STTLAnimateColorSpace xgetClrSpc()Gets (as xml) the "clrSpc" attribute -
isSetClrSpc
boolean isSetClrSpc()True if has "clrSpc" attribute -
setClrSpc
Sets the "clrSpc" attribute -
xsetClrSpc
Sets (as xml) the "clrSpc" attribute -
unsetClrSpc
void unsetClrSpc()Unsets the "clrSpc" attribute -
getDir
STTLAnimateColorDirection.Enum getDir()Gets the "dir" attribute -
xgetDir
STTLAnimateColorDirection xgetDir()Gets (as xml) the "dir" attribute -
isSetDir
boolean isSetDir()True if has "dir" attribute -
setDir
Sets the "dir" attribute -
xsetDir
Sets (as xml) the "dir" attribute -
unsetDir
void unsetDir()Unsets the "dir" attribute
-