
org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* XML Type: CT_DuotoneEffect
* Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
* Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.drawingml.x2006.main;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML CT_DuotoneEffect(@http://schemas.openxmlformats.org/drawingml/2006/main).
*
* This is a complex type.
*/
public interface CTDuotoneEffect extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctduotoneeffectae52type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets a List of "scrgbClr" elements
*/
java.util.List getScrgbClrList();
/**
* Gets array of all "scrgbClr" elements
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor[] getScrgbClrArray();
/**
* Gets ith "scrgbClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor getScrgbClrArray(int i);
/**
* Returns number of "scrgbClr" element
*/
int sizeOfScrgbClrArray();
/**
* Sets array of all "scrgbClr" element
*/
void setScrgbClrArray(org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor[] scrgbClrArray);
/**
* Sets ith "scrgbClr" element
*/
void setScrgbClrArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor scrgbClr);
/**
* Inserts and returns a new empty value (as xml) as the ith "scrgbClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor insertNewScrgbClr(int i);
/**
* Appends and returns a new empty value (as xml) as the last "scrgbClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor addNewScrgbClr();
/**
* Removes the ith "scrgbClr" element
*/
void removeScrgbClr(int i);
/**
* Gets a List of "srgbClr" elements
*/
java.util.List getSrgbClrList();
/**
* Gets array of all "srgbClr" elements
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor[] getSrgbClrArray();
/**
* Gets ith "srgbClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor getSrgbClrArray(int i);
/**
* Returns number of "srgbClr" element
*/
int sizeOfSrgbClrArray();
/**
* Sets array of all "srgbClr" element
*/
void setSrgbClrArray(org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor[] srgbClrArray);
/**
* Sets ith "srgbClr" element
*/
void setSrgbClrArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor srgbClr);
/**
* Inserts and returns a new empty value (as xml) as the ith "srgbClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor insertNewSrgbClr(int i);
/**
* Appends and returns a new empty value (as xml) as the last "srgbClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor addNewSrgbClr();
/**
* Removes the ith "srgbClr" element
*/
void removeSrgbClr(int i);
/**
* Gets a List of "hslClr" elements
*/
java.util.List getHslClrList();
/**
* Gets array of all "hslClr" elements
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor[] getHslClrArray();
/**
* Gets ith "hslClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor getHslClrArray(int i);
/**
* Returns number of "hslClr" element
*/
int sizeOfHslClrArray();
/**
* Sets array of all "hslClr" element
*/
void setHslClrArray(org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor[] hslClrArray);
/**
* Sets ith "hslClr" element
*/
void setHslClrArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor hslClr);
/**
* Inserts and returns a new empty value (as xml) as the ith "hslClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor insertNewHslClr(int i);
/**
* Appends and returns a new empty value (as xml) as the last "hslClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor addNewHslClr();
/**
* Removes the ith "hslClr" element
*/
void removeHslClr(int i);
/**
* Gets a List of "sysClr" elements
*/
java.util.List getSysClrList();
/**
* Gets array of all "sysClr" elements
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor[] getSysClrArray();
/**
* Gets ith "sysClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor getSysClrArray(int i);
/**
* Returns number of "sysClr" element
*/
int sizeOfSysClrArray();
/**
* Sets array of all "sysClr" element
*/
void setSysClrArray(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor[] sysClrArray);
/**
* Sets ith "sysClr" element
*/
void setSysClrArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor sysClr);
/**
* Inserts and returns a new empty value (as xml) as the ith "sysClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor insertNewSysClr(int i);
/**
* Appends and returns a new empty value (as xml) as the last "sysClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor addNewSysClr();
/**
* Removes the ith "sysClr" element
*/
void removeSysClr(int i);
/**
* Gets a List of "schemeClr" elements
*/
java.util.List getSchemeClrList();
/**
* Gets array of all "schemeClr" elements
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor[] getSchemeClrArray();
/**
* Gets ith "schemeClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor getSchemeClrArray(int i);
/**
* Returns number of "schemeClr" element
*/
int sizeOfSchemeClrArray();
/**
* Sets array of all "schemeClr" element
*/
void setSchemeClrArray(org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor[] schemeClrArray);
/**
* Sets ith "schemeClr" element
*/
void setSchemeClrArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor schemeClr);
/**
* Inserts and returns a new empty value (as xml) as the ith "schemeClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor insertNewSchemeClr(int i);
/**
* Appends and returns a new empty value (as xml) as the last "schemeClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor addNewSchemeClr();
/**
* Removes the ith "schemeClr" element
*/
void removeSchemeClr(int i);
/**
* Gets a List of "prstClr" elements
*/
java.util.List getPrstClrList();
/**
* Gets array of all "prstClr" elements
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor[] getPrstClrArray();
/**
* Gets ith "prstClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor getPrstClrArray(int i);
/**
* Returns number of "prstClr" element
*/
int sizeOfPrstClrArray();
/**
* Sets array of all "prstClr" element
*/
void setPrstClrArray(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor[] prstClrArray);
/**
* Sets ith "prstClr" element
*/
void setPrstClrArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor prstClr);
/**
* Inserts and returns a new empty value (as xml) as the ith "prstClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor insertNewPrstClr(int i);
/**
* Appends and returns a new empty value (as xml) as the last "prstClr" element
*/
org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor addNewPrstClr();
/**
* Removes the ith "prstClr" element
*/
void removePrstClr(int i);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy