Interface CTWholeE2OFormatting
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_WholeE2oFormatting(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWholeE2OFormatting> 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" elementaddNewLn()Appends and returns a new empty "ln" elementGets the "effectDag" elementGets the "effectLst" elementgetLn()Gets the "ln" elementbooleanTrue if has "effectDag" elementbooleanTrue if has "effectLst" elementbooleanisSetLn()True if has "ln" elementvoidsetEffectDag(CTEffectContainer effectDag) Sets the "effectDag" elementvoidsetEffectLst(CTEffectList effectLst) Sets the "effectLst" elementvoidSets the "ln" elementvoidUnsets the "effectDag" elementvoidUnsets the "effectLst" elementvoidunsetLn()Unsets the "ln" 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
-
getLn
CTLineProperties getLn()Gets the "ln" element -
isSetLn
boolean isSetLn()True if has "ln" element -
setLn
Sets the "ln" element -
addNewLn
CTLineProperties addNewLn()Appends and returns a new empty "ln" element -
unsetLn
void unsetLn()Unsets the "ln" element -
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
-