Interface CTTLTimeAnimateValue
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLTimeAnimateValue(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLTimeAnimateValue> 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 "val" elementgetFmla()Gets the "fmla" attributegetTm()Gets the "tm" attributegetVal()Gets the "val" elementbooleanTrue if has "fmla" attributebooleanisSetTm()True if has "tm" attributebooleanisSetVal()True if has "val" elementvoidSets the "fmla" attributevoidSets the "tm" attributevoidsetVal(CTTLAnimVariant val) Sets the "val" elementvoidUnsets the "fmla" attributevoidunsetTm()Unsets the "tm" attributevoidunsetVal()Unsets the "val" elementxgetFmla()Gets (as xml) the "fmla" attributexgetTm()Gets (as xml) the "tm" attributevoidSets (as xml) the "fmla" attributevoidSets (as xml) the "tm" 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
-
getVal
CTTLAnimVariant getVal()Gets the "val" element -
isSetVal
boolean isSetVal()True if has "val" element -
setVal
Sets the "val" element -
addNewVal
CTTLAnimVariant addNewVal()Appends and returns a new empty "val" element -
unsetVal
void unsetVal()Unsets the "val" element -
getTm
Object getTm()Gets the "tm" attribute -
xgetTm
STTLTimeAnimateValueTime xgetTm()Gets (as xml) the "tm" attribute -
isSetTm
boolean isSetTm()True if has "tm" attribute -
setTm
Sets the "tm" attribute -
xsetTm
Sets (as xml) the "tm" attribute -
unsetTm
void unsetTm()Unsets the "tm" attribute -
getFmla
String getFmla()Gets the "fmla" attribute -
xgetFmla
XmlString xgetFmla()Gets (as xml) the "fmla" attribute -
isSetFmla
boolean isSetFmla()True if has "fmla" attribute -
setFmla
Sets the "fmla" attribute -
xsetFmla
Sets (as xml) the "fmla" attribute -
unsetFmla
void unsetFmla()Unsets the "fmla" attribute
-