Interface CTDuotoneEffect
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDuotoneEffect extends XmlObject
An XML CT_DuotoneEffect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDuotoneEffect.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTHslColoraddNewHslClr()Appends and returns a new empty value (as xml) as the last "hslClr" elementCTPresetColoraddNewPrstClr()Appends and returns a new empty value (as xml) as the last "prstClr" elementCTSchemeColoraddNewSchemeClr()Appends and returns a new empty value (as xml) as the last "schemeClr" elementCTScRgbColoraddNewScrgbClr()Appends and returns a new empty value (as xml) as the last "scrgbClr" elementCTSRgbColoraddNewSrgbClr()Appends and returns a new empty value (as xml) as the last "srgbClr" elementCTSystemColoraddNewSysClr()Appends and returns a new empty value (as xml) as the last "sysClr" elementCTHslColor[]getHslClrArray()Deprecated.CTHslColorgetHslClrArray(int i)Gets ith "hslClr" elementjava.util.List<CTHslColor>getHslClrList()Gets a List of "hslClr" elementsCTPresetColor[]getPrstClrArray()Deprecated.CTPresetColorgetPrstClrArray(int i)Gets ith "prstClr" elementjava.util.List<CTPresetColor>getPrstClrList()Gets a List of "prstClr" elementsCTSchemeColor[]getSchemeClrArray()Deprecated.CTSchemeColorgetSchemeClrArray(int i)Gets ith "schemeClr" elementjava.util.List<CTSchemeColor>getSchemeClrList()Gets a List of "schemeClr" elementsCTScRgbColor[]getScrgbClrArray()Deprecated.CTScRgbColorgetScrgbClrArray(int i)Gets ith "scrgbClr" elementjava.util.List<CTScRgbColor>getScrgbClrList()Gets a List of "scrgbClr" elementsCTSRgbColor[]getSrgbClrArray()Deprecated.CTSRgbColorgetSrgbClrArray(int i)Gets ith "srgbClr" elementjava.util.List<CTSRgbColor>getSrgbClrList()Gets a List of "srgbClr" elementsCTSystemColor[]getSysClrArray()Deprecated.CTSystemColorgetSysClrArray(int i)Gets ith "sysClr" elementjava.util.List<CTSystemColor>getSysClrList()Gets a List of "sysClr" elementsCTHslColorinsertNewHslClr(int i)Inserts and returns a new empty value (as xml) as the ith "hslClr" elementCTPresetColorinsertNewPrstClr(int i)Inserts and returns a new empty value (as xml) as the ith "prstClr" elementCTSchemeColorinsertNewSchemeClr(int i)Inserts and returns a new empty value (as xml) as the ith "schemeClr" elementCTScRgbColorinsertNewScrgbClr(int i)Inserts and returns a new empty value (as xml) as the ith "scrgbClr" elementCTSRgbColorinsertNewSrgbClr(int i)Inserts and returns a new empty value (as xml) as the ith "srgbClr" elementCTSystemColorinsertNewSysClr(int i)Inserts and returns a new empty value (as xml) as the ith "sysClr" elementvoidremoveHslClr(int i)Removes the ith "hslClr" elementvoidremovePrstClr(int i)Removes the ith "prstClr" elementvoidremoveSchemeClr(int i)Removes the ith "schemeClr" elementvoidremoveScrgbClr(int i)Removes the ith "scrgbClr" elementvoidremoveSrgbClr(int i)Removes the ith "srgbClr" elementvoidremoveSysClr(int i)Removes the ith "sysClr" elementvoidsetHslClrArray(int i, CTHslColor hslClr)Sets ith "hslClr" elementvoidsetHslClrArray(CTHslColor[] hslClrArray)Sets array of all "hslClr" elementvoidsetPrstClrArray(int i, CTPresetColor prstClr)Sets ith "prstClr" elementvoidsetPrstClrArray(CTPresetColor[] prstClrArray)Sets array of all "prstClr" elementvoidsetSchemeClrArray(int i, CTSchemeColor schemeClr)Sets ith "schemeClr" elementvoidsetSchemeClrArray(CTSchemeColor[] schemeClrArray)Sets array of all "schemeClr" elementvoidsetScrgbClrArray(int i, CTScRgbColor scrgbClr)Sets ith "scrgbClr" elementvoidsetScrgbClrArray(CTScRgbColor[] scrgbClrArray)Sets array of all "scrgbClr" elementvoidsetSrgbClrArray(int i, CTSRgbColor srgbClr)Sets ith "srgbClr" elementvoidsetSrgbClrArray(CTSRgbColor[] srgbClrArray)Sets array of all "srgbClr" elementvoidsetSysClrArray(int i, CTSystemColor sysClr)Sets ith "sysClr" elementvoidsetSysClrArray(CTSystemColor[] sysClrArray)Sets array of all "sysClr" elementintsizeOfHslClrArray()Returns number of "hslClr" elementintsizeOfPrstClrArray()Returns number of "prstClr" elementintsizeOfSchemeClrArray()Returns number of "schemeClr" elementintsizeOfScrgbClrArray()Returns number of "scrgbClr" elementintsizeOfSrgbClrArray()Returns number of "srgbClr" elementintsizeOfSysClrArray()Returns number of "sysClr" element-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getScrgbClrList
java.util.List<CTScRgbColor> getScrgbClrList()
Gets a List of "scrgbClr" elements
-
getScrgbClrArray
@Deprecated CTScRgbColor[] getScrgbClrArray()
Deprecated.Gets array of all "scrgbClr" elements
-
getScrgbClrArray
CTScRgbColor getScrgbClrArray(int i)
Gets ith "scrgbClr" element
-
sizeOfScrgbClrArray
int sizeOfScrgbClrArray()
Returns number of "scrgbClr" element
-
setScrgbClrArray
void setScrgbClrArray(CTScRgbColor[] scrgbClrArray)
Sets array of all "scrgbClr" element
-
setScrgbClrArray
void setScrgbClrArray(int i, CTScRgbColor scrgbClr)Sets ith "scrgbClr" element
-
insertNewScrgbClr
CTScRgbColor insertNewScrgbClr(int i)
Inserts and returns a new empty value (as xml) as the ith "scrgbClr" element
-
addNewScrgbClr
CTScRgbColor addNewScrgbClr()
Appends and returns a new empty value (as xml) as the last "scrgbClr" element
-
removeScrgbClr
void removeScrgbClr(int i)
Removes the ith "scrgbClr" element
-
getSrgbClrList
java.util.List<CTSRgbColor> getSrgbClrList()
Gets a List of "srgbClr" elements
-
getSrgbClrArray
@Deprecated CTSRgbColor[] getSrgbClrArray()
Deprecated.Gets array of all "srgbClr" elements
-
getSrgbClrArray
CTSRgbColor getSrgbClrArray(int i)
Gets ith "srgbClr" element
-
sizeOfSrgbClrArray
int sizeOfSrgbClrArray()
Returns number of "srgbClr" element
-
setSrgbClrArray
void setSrgbClrArray(CTSRgbColor[] srgbClrArray)
Sets array of all "srgbClr" element
-
setSrgbClrArray
void setSrgbClrArray(int i, CTSRgbColor srgbClr)Sets ith "srgbClr" element
-
insertNewSrgbClr
CTSRgbColor insertNewSrgbClr(int i)
Inserts and returns a new empty value (as xml) as the ith "srgbClr" element
-
addNewSrgbClr
CTSRgbColor addNewSrgbClr()
Appends and returns a new empty value (as xml) as the last "srgbClr" element
-
removeSrgbClr
void removeSrgbClr(int i)
Removes the ith "srgbClr" element
-
getHslClrList
java.util.List<CTHslColor> getHslClrList()
Gets a List of "hslClr" elements
-
getHslClrArray
@Deprecated CTHslColor[] getHslClrArray()
Deprecated.Gets array of all "hslClr" elements
-
getHslClrArray
CTHslColor getHslClrArray(int i)
Gets ith "hslClr" element
-
sizeOfHslClrArray
int sizeOfHslClrArray()
Returns number of "hslClr" element
-
setHslClrArray
void setHslClrArray(CTHslColor[] hslClrArray)
Sets array of all "hslClr" element
-
setHslClrArray
void setHslClrArray(int i, CTHslColor hslClr)Sets ith "hslClr" element
-
insertNewHslClr
CTHslColor insertNewHslClr(int i)
Inserts and returns a new empty value (as xml) as the ith "hslClr" element
-
addNewHslClr
CTHslColor addNewHslClr()
Appends and returns a new empty value (as xml) as the last "hslClr" element
-
removeHslClr
void removeHslClr(int i)
Removes the ith "hslClr" element
-
getSysClrList
java.util.List<CTSystemColor> getSysClrList()
Gets a List of "sysClr" elements
-
getSysClrArray
@Deprecated CTSystemColor[] getSysClrArray()
Deprecated.Gets array of all "sysClr" elements
-
getSysClrArray
CTSystemColor getSysClrArray(int i)
Gets ith "sysClr" element
-
sizeOfSysClrArray
int sizeOfSysClrArray()
Returns number of "sysClr" element
-
setSysClrArray
void setSysClrArray(CTSystemColor[] sysClrArray)
Sets array of all "sysClr" element
-
setSysClrArray
void setSysClrArray(int i, CTSystemColor sysClr)Sets ith "sysClr" element
-
insertNewSysClr
CTSystemColor insertNewSysClr(int i)
Inserts and returns a new empty value (as xml) as the ith "sysClr" element
-
addNewSysClr
CTSystemColor addNewSysClr()
Appends and returns a new empty value (as xml) as the last "sysClr" element
-
removeSysClr
void removeSysClr(int i)
Removes the ith "sysClr" element
-
getSchemeClrList
java.util.List<CTSchemeColor> getSchemeClrList()
Gets a List of "schemeClr" elements
-
getSchemeClrArray
@Deprecated CTSchemeColor[] getSchemeClrArray()
Deprecated.Gets array of all "schemeClr" elements
-
getSchemeClrArray
CTSchemeColor getSchemeClrArray(int i)
Gets ith "schemeClr" element
-
sizeOfSchemeClrArray
int sizeOfSchemeClrArray()
Returns number of "schemeClr" element
-
setSchemeClrArray
void setSchemeClrArray(CTSchemeColor[] schemeClrArray)
Sets array of all "schemeClr" element
-
setSchemeClrArray
void setSchemeClrArray(int i, CTSchemeColor schemeClr)Sets ith "schemeClr" element
-
insertNewSchemeClr
CTSchemeColor insertNewSchemeClr(int i)
Inserts and returns a new empty value (as xml) as the ith "schemeClr" element
-
addNewSchemeClr
CTSchemeColor addNewSchemeClr()
Appends and returns a new empty value (as xml) as the last "schemeClr" element
-
removeSchemeClr
void removeSchemeClr(int i)
Removes the ith "schemeClr" element
-
getPrstClrList
java.util.List<CTPresetColor> getPrstClrList()
Gets a List of "prstClr" elements
-
getPrstClrArray
@Deprecated CTPresetColor[] getPrstClrArray()
Deprecated.Gets array of all "prstClr" elements
-
getPrstClrArray
CTPresetColor getPrstClrArray(int i)
Gets ith "prstClr" element
-
sizeOfPrstClrArray
int sizeOfPrstClrArray()
Returns number of "prstClr" element
-
setPrstClrArray
void setPrstClrArray(CTPresetColor[] prstClrArray)
Sets array of all "prstClr" element
-
setPrstClrArray
void setPrstClrArray(int i, CTPresetColor prstClr)Sets ith "prstClr" element
-
insertNewPrstClr
CTPresetColor insertNewPrstClr(int i)
Inserts and returns a new empty value (as xml) as the ith "prstClr" element
-
addNewPrstClr
CTPresetColor addNewPrstClr()
Appends and returns a new empty value (as xml) as the last "prstClr" element
-
removePrstClr
void removePrstClr(int i)
Removes the ith "prstClr" element
-
-