All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
Show newest version
/*
 * 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;


/**
 * An XML CT_DuotoneEffect(@http://schemas.openxmlformats.org/drawingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTDuotoneEffect extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctduotoneeffectae52type");
    
    /**
     * 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);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy