Interface CTTLSetBehavior
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLSetBehavior extends XmlObject
An XML CT_TLSetBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLSetBehavior>
Factory
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 CTTLCommonBehaviorData
addNewCBhvr()
Appends and returns a new empty "cBhvr" elementCTTLAnimVariant
addNewTo()
Appends and returns a new empty "to" elementCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementCTTLAnimVariant
getTo()
Gets the "to" elementboolean
isSetTo()
True if has "to" elementvoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setTo(CTTLAnimVariant to)
Sets the "to" elementvoid
unsetTo()
Unsets the "to" element-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTLSetBehavior> Factory
-
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
-
getTo
CTTLAnimVariant getTo()
Gets the "to" element
-
isSetTo
boolean isSetTo()
True if has "to" element
-
setTo
void setTo(CTTLAnimVariant to)
Sets the "to" element
-
addNewTo
CTTLAnimVariant addNewTo()
Appends and returns a new empty "to" element
-
unsetTo
void unsetTo()
Unsets the "to" element
-
-