public interface CTEffectStyleList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTEffectStyleList.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTEffectStyleItem |
addNewEffectStyle()
Appends and returns a new empty value (as xml) as the last "effectStyle" element
|
CTEffectStyleItem[] |
getEffectStyleArray()
Deprecated.
|
CTEffectStyleItem |
getEffectStyleArray(int i)
Gets ith "effectStyle" element
|
List<CTEffectStyleItem> |
getEffectStyleList()
Gets a List of "effectStyle" elements
|
CTEffectStyleItem |
insertNewEffectStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "effectStyle" element
|
void |
removeEffectStyle(int i)
Removes the ith "effectStyle" element
|
void |
setEffectStyleArray(CTEffectStyleItem[] effectStyleArray)
Sets array of all "effectStyle" element
|
void |
setEffectStyleArray(int i,
CTEffectStyleItem effectStyle)
Sets ith "effectStyle" element
|
int |
sizeOfEffectStyleArray()
Returns number of "effectStyle" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTEffectStyleItem> getEffectStyleList()
@Deprecated CTEffectStyleItem[] getEffectStyleArray()
CTEffectStyleItem getEffectStyleArray(int i)
int sizeOfEffectStyleArray()
void setEffectStyleArray(CTEffectStyleItem[] effectStyleArray)
void setEffectStyleArray(int i,
CTEffectStyleItem effectStyle)
CTEffectStyleItem insertNewEffectStyle(int i)
CTEffectStyleItem addNewEffectStyle()
void removeEffectStyle(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved