Interface CTTLAnimateColorBehavior
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLAnimateColorBehavior extends XmlObject
An XML CT_TLAnimateColorBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLAnimateColorBehavior.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 CTTLByAnimateColorTransformaddNewBy()Appends and returns a new empty "by" elementCTTLCommonBehaviorDataaddNewCBhvr()Appends and returns a new empty "cBhvr" elementCTColoraddNewFrom()Appends and returns a new empty "from" elementCTColoraddNewTo()Appends and returns a new empty "to" elementCTTLByAnimateColorTransformgetBy()Gets the "by" elementCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementSTTLAnimateColorSpace.EnumgetClrSpc()Gets the "clrSpc" attributeSTTLAnimateColorDirection.EnumgetDir()Gets the "dir" attributeCTColorgetFrom()Gets the "from" elementCTColorgetTo()Gets the "to" elementbooleanisSetBy()True if has "by" elementbooleanisSetClrSpc()True if has "clrSpc" attributebooleanisSetDir()True if has "dir" attributebooleanisSetFrom()True if has "from" elementbooleanisSetTo()True if has "to" elementvoidsetBy(CTTLByAnimateColorTransform by)Sets the "by" elementvoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetClrSpc(STTLAnimateColorSpace.Enum clrSpc)Sets the "clrSpc" attributevoidsetDir(STTLAnimateColorDirection.Enum dir)Sets the "dir" attributevoidsetFrom(CTColor from)Sets the "from" elementvoidsetTo(CTColor to)Sets the "to" elementvoidunsetBy()Unsets the "by" elementvoidunsetClrSpc()Unsets the "clrSpc" attributevoidunsetDir()Unsets the "dir" attributevoidunsetFrom()Unsets the "from" elementvoidunsetTo()Unsets the "to" elementSTTLAnimateColorSpacexgetClrSpc()Gets (as xml) the "clrSpc" attributeSTTLAnimateColorDirectionxgetDir()Gets (as xml) the "dir" attributevoidxsetClrSpc(STTLAnimateColorSpace clrSpc)Sets (as xml) the "clrSpc" attributevoidxsetDir(STTLAnimateColorDirection dir)Sets (as xml) the "dir" 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
CTTLByAnimateColorTransform getBy()
Gets the "by" element
-
isSetBy
boolean isSetBy()
True if has "by" element
-
setBy
void setBy(CTTLByAnimateColorTransform by)
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
void setFrom(CTColor from)
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
void setTo(CTColor to)
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
void setClrSpc(STTLAnimateColorSpace.Enum clrSpc)
Sets the "clrSpc" attribute
-
xsetClrSpc
void xsetClrSpc(STTLAnimateColorSpace clrSpc)
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
void setDir(STTLAnimateColorDirection.Enum dir)
Sets the "dir" attribute
-
xsetDir
void xsetDir(STTLAnimateColorDirection dir)
Sets (as xml) the "dir" attribute
-
unsetDir
void unsetDir()
Unsets the "dir" attribute
-
-