Interface CTTLAnimVariant
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLAnimVariant(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLAnimVariant> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "boolVal" elementAppends and returns a new empty "clrVal" elementAppends and returns a new empty "fltVal" elementAppends and returns a new empty "intVal" elementAppends and returns a new empty "strVal" elementGets the "boolVal" elementGets the "clrVal" elementGets the "fltVal" elementGets the "intVal" elementGets the "strVal" elementbooleanTrue if has "boolVal" elementbooleanTrue if has "clrVal" elementbooleanTrue if has "fltVal" elementbooleanTrue if has "intVal" elementbooleanTrue if has "strVal" elementvoidsetBoolVal(CTTLAnimVariantBooleanVal boolVal) Sets the "boolVal" elementvoidSets the "clrVal" elementvoidsetFltVal(CTTLAnimVariantFloatVal fltVal) Sets the "fltVal" elementvoidsetIntVal(CTTLAnimVariantIntegerVal intVal) Sets the "intVal" elementvoidsetStrVal(CTTLAnimVariantStringVal strVal) Sets the "strVal" elementvoidUnsets the "boolVal" elementvoidUnsets the "clrVal" elementvoidUnsets the "fltVal" elementvoidUnsets the "intVal" elementvoidUnsets the "strVal" elementMethods 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
-
getBoolVal
CTTLAnimVariantBooleanVal getBoolVal()Gets the "boolVal" element -
isSetBoolVal
boolean isSetBoolVal()True if has "boolVal" element -
setBoolVal
Sets the "boolVal" element -
addNewBoolVal
CTTLAnimVariantBooleanVal addNewBoolVal()Appends and returns a new empty "boolVal" element -
unsetBoolVal
void unsetBoolVal()Unsets the "boolVal" element -
getIntVal
CTTLAnimVariantIntegerVal getIntVal()Gets the "intVal" element -
isSetIntVal
boolean isSetIntVal()True if has "intVal" element -
setIntVal
Sets the "intVal" element -
addNewIntVal
CTTLAnimVariantIntegerVal addNewIntVal()Appends and returns a new empty "intVal" element -
unsetIntVal
void unsetIntVal()Unsets the "intVal" element -
getFltVal
CTTLAnimVariantFloatVal getFltVal()Gets the "fltVal" element -
isSetFltVal
boolean isSetFltVal()True if has "fltVal" element -
setFltVal
Sets the "fltVal" element -
addNewFltVal
CTTLAnimVariantFloatVal addNewFltVal()Appends and returns a new empty "fltVal" element -
unsetFltVal
void unsetFltVal()Unsets the "fltVal" element -
getStrVal
CTTLAnimVariantStringVal getStrVal()Gets the "strVal" element -
isSetStrVal
boolean isSetStrVal()True if has "strVal" element -
setStrVal
Sets the "strVal" element -
addNewStrVal
CTTLAnimVariantStringVal addNewStrVal()Appends and returns a new empty "strVal" element -
unsetStrVal
void unsetStrVal()Unsets the "strVal" element -
getClrVal
CTColor getClrVal()Gets the "clrVal" element -
isSetClrVal
boolean isSetClrVal()True if has "clrVal" element -
setClrVal
Sets the "clrVal" element -
addNewClrVal
CTColor addNewClrVal()Appends and returns a new empty "clrVal" element -
unsetClrVal
void unsetClrVal()Unsets the "clrVal" element
-