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

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


    /**
     * Gets the "fillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getFillClrLst();

    /**
     * True if has "fillClrLst" element
     */
    boolean isSetFillClrLst();

    /**
     * Sets the "fillClrLst" element
     */
    void setFillClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors fillClrLst);

    /**
     * Appends and returns a new empty "fillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewFillClrLst();

    /**
     * Unsets the "fillClrLst" element
     */
    void unsetFillClrLst();

    /**
     * Gets the "linClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getLinClrLst();

    /**
     * True if has "linClrLst" element
     */
    boolean isSetLinClrLst();

    /**
     * Sets the "linClrLst" element
     */
    void setLinClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors linClrLst);

    /**
     * Appends and returns a new empty "linClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewLinClrLst();

    /**
     * Unsets the "linClrLst" element
     */
    void unsetLinClrLst();

    /**
     * Gets the "effectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getEffectClrLst();

    /**
     * True if has "effectClrLst" element
     */
    boolean isSetEffectClrLst();

    /**
     * Sets the "effectClrLst" element
     */
    void setEffectClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors effectClrLst);

    /**
     * Appends and returns a new empty "effectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewEffectClrLst();

    /**
     * Unsets the "effectClrLst" element
     */
    void unsetEffectClrLst();

    /**
     * Gets the "txLinClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getTxLinClrLst();

    /**
     * True if has "txLinClrLst" element
     */
    boolean isSetTxLinClrLst();

    /**
     * Sets the "txLinClrLst" element
     */
    void setTxLinClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors txLinClrLst);

    /**
     * Appends and returns a new empty "txLinClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewTxLinClrLst();

    /**
     * Unsets the "txLinClrLst" element
     */
    void unsetTxLinClrLst();

    /**
     * Gets the "txFillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getTxFillClrLst();

    /**
     * True if has "txFillClrLst" element
     */
    boolean isSetTxFillClrLst();

    /**
     * Sets the "txFillClrLst" element
     */
    void setTxFillClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors txFillClrLst);

    /**
     * Appends and returns a new empty "txFillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewTxFillClrLst();

    /**
     * Unsets the "txFillClrLst" element
     */
    void unsetTxFillClrLst();

    /**
     * Gets the "txEffectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getTxEffectClrLst();

    /**
     * True if has "txEffectClrLst" element
     */
    boolean isSetTxEffectClrLst();

    /**
     * Sets the "txEffectClrLst" element
     */
    void setTxEffectClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors txEffectClrLst);

    /**
     * Appends and returns a new empty "txEffectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewTxEffectClrLst();

    /**
     * Unsets the "txEffectClrLst" element
     */
    void unsetTxEffectClrLst();

    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList getExtLst();

    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();

    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList extLst);

    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList addNewExtLst();

    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();

    /**
     * Gets the "name" attribute
     */
    java.lang.String getName();

    /**
     * Gets (as xml) the "name" attribute
     */
    org.apache.xmlbeans.XmlString xgetName();

    /**
     * Sets the "name" attribute
     */
    void setName(java.lang.String name);

    /**
     * Sets (as xml) the "name" attribute
     */
    void xsetName(org.apache.xmlbeans.XmlString name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy