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 (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

There is a newer version: 5.2.5
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;

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_Colors(@http://schemas.openxmlformats.org/drawingml/2006/diagram).
 *
 * This is a complex type.
 */
public interface CTColors extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcolorsfe01type");
    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);

    /**
     * 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy