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

org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_Colors
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
 * Java type: org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.diagram;


/**
 * An XML CT_Colors(@http://schemas.openxmlformats.org/drawingml/2006/diagram).
 *
 * This is a complex type.
 */
public interface CTColors extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTColors.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF1327CCA741569E70F9CA8C9AF9B44B2").resolveHandle("ctcolorsfe01type");
    
    /**
     * 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);
    
    /**
     * Gets the "meth" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.STClrAppMethod.Enum getMeth();
    
    /**
     * Gets (as xml) the "meth" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.STClrAppMethod xgetMeth();
    
    /**
     * True if has "meth" attribute
     */
    boolean isSetMeth();
    
    /**
     * Sets the "meth" attribute
     */
    void setMeth(org.openxmlformats.schemas.drawingml.x2006.diagram.STClrAppMethod.Enum meth);
    
    /**
     * Sets (as xml) the "meth" attribute
     */
    void xsetMeth(org.openxmlformats.schemas.drawingml.x2006.diagram.STClrAppMethod meth);
    
    /**
     * Unsets the "meth" attribute
     */
    void unsetMeth();
    
    /**
     * Gets the "hueDir" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.STHueDir.Enum getHueDir();
    
    /**
     * Gets (as xml) the "hueDir" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.STHueDir xgetHueDir();
    
    /**
     * True if has "hueDir" attribute
     */
    boolean isSetHueDir();
    
    /**
     * Sets the "hueDir" attribute
     */
    void setHueDir(org.openxmlformats.schemas.drawingml.x2006.diagram.STHueDir.Enum hueDir);
    
    /**
     * Sets (as xml) the "hueDir" attribute
     */
    void xsetHueDir(org.openxmlformats.schemas.drawingml.x2006.diagram.STHueDir hueDir);
    
    /**
     * Unsets the "hueDir" attribute
     */
    void unsetHueDir();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors) org.apache.poi.POIXMLTypeLoader.parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy