Interface CTTLIterateData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLIterateData(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLIterateData> 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 "tmAbs" elementAppends and returns a new empty "tmPct" elementbooleanGets the "backwards" attributegetTmAbs()Gets the "tmAbs" elementgetTmPct()Gets the "tmPct" elementgetType()Gets the "type" attributebooleanTrue if has "backwards" attributebooleanTrue if has "tmAbs" elementbooleanTrue if has "tmPct" elementbooleanTrue if has "type" attributevoidsetBackwards(boolean backwards) Sets the "backwards" attributevoidsetTmAbs(CTTLIterateIntervalTime tmAbs) Sets the "tmAbs" elementvoidSets the "tmPct" elementvoidsetType(STIterateType.Enum type) Sets the "type" attributevoidUnsets the "backwards" attributevoidUnsets the "tmAbs" elementvoidUnsets the "tmPct" elementvoidUnsets the "type" attributeGets (as xml) the "backwards" attributexgetType()Gets (as xml) the "type" attributevoidxsetBackwards(XmlBoolean backwards) Sets (as xml) the "backwards" attributevoidxsetType(STIterateType type) Sets (as xml) the "type" 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
-
getTmAbs
CTTLIterateIntervalTime getTmAbs()Gets the "tmAbs" element -
isSetTmAbs
boolean isSetTmAbs()True if has "tmAbs" element -
setTmAbs
Sets the "tmAbs" element -
addNewTmAbs
CTTLIterateIntervalTime addNewTmAbs()Appends and returns a new empty "tmAbs" element -
unsetTmAbs
void unsetTmAbs()Unsets the "tmAbs" element -
getTmPct
CTTLIterateIntervalPercentage getTmPct()Gets the "tmPct" element -
isSetTmPct
boolean isSetTmPct()True if has "tmPct" element -
setTmPct
Sets the "tmPct" element -
addNewTmPct
CTTLIterateIntervalPercentage addNewTmPct()Appends and returns a new empty "tmPct" element -
unsetTmPct
void unsetTmPct()Unsets the "tmPct" element -
getType
STIterateType.Enum getType()Gets the "type" attribute -
xgetType
STIterateType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getBackwards
boolean getBackwards()Gets the "backwards" attribute -
xgetBackwards
XmlBoolean xgetBackwards()Gets (as xml) the "backwards" attribute -
isSetBackwards
boolean isSetBackwards()True if has "backwards" attribute -
setBackwards
void setBackwards(boolean backwards) Sets the "backwards" attribute -
xsetBackwards
Sets (as xml) the "backwards" attribute -
unsetBackwards
void unsetBackwards()Unsets the "backwards" attribute
-