Interface CTEffectProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EffectProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEffectProperties> 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 "effectDag" elementAppends and returns a new empty "effectLst" elementGets the "effectDag" elementGets the "effectLst" elementbooleanTrue if has "effectDag" elementbooleanTrue if has "effectLst" elementvoidsetEffectDag(CTEffectContainer effectDag) Sets the "effectDag" elementvoidsetEffectLst(CTEffectList effectLst) Sets the "effectLst" elementvoidUnsets the "effectDag" elementvoidUnsets the "effectLst" 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
-
getEffectLst
CTEffectList getEffectLst()Gets the "effectLst" element -
isSetEffectLst
boolean isSetEffectLst()True if has "effectLst" element -
setEffectLst
Sets the "effectLst" element -
addNewEffectLst
CTEffectList addNewEffectLst()Appends and returns a new empty "effectLst" element -
unsetEffectLst
void unsetEffectLst()Unsets the "effectLst" element -
getEffectDag
CTEffectContainer getEffectDag()Gets the "effectDag" element -
isSetEffectDag
boolean isSetEffectDag()True if has "effectDag" element -
setEffectDag
Sets the "effectDag" element -
addNewEffectDag
CTEffectContainer addNewEffectDag()Appends and returns a new empty "effectDag" element -
unsetEffectDag
void unsetEffectDag()Unsets the "effectDag" element
-