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

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

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


    /**
     * Gets a List of "alphaBiLevel" elements
     */
    java.util.List getAlphaBiLevelList();

    /**
     * Gets array of all "alphaBiLevel" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaBiLevelEffect[] getAlphaBiLevelArray();

    /**
     * Gets ith "alphaBiLevel" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaBiLevelEffect getAlphaBiLevelArray(int i);

    /**
     * Returns number of "alphaBiLevel" element
     */
    int sizeOfAlphaBiLevelArray();

    /**
     * Sets array of all "alphaBiLevel" element
     */
    void setAlphaBiLevelArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaBiLevelEffect[] alphaBiLevelArray);

    /**
     * Sets ith "alphaBiLevel" element
     */
    void setAlphaBiLevelArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaBiLevelEffect alphaBiLevel);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaBiLevel" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaBiLevelEffect insertNewAlphaBiLevel(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaBiLevel" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaBiLevelEffect addNewAlphaBiLevel();

    /**
     * Removes the ith "alphaBiLevel" element
     */
    void removeAlphaBiLevel(int i);

    /**
     * Gets a List of "alphaCeiling" elements
     */
    java.util.List getAlphaCeilingList();

    /**
     * Gets array of all "alphaCeiling" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaCeilingEffect[] getAlphaCeilingArray();

    /**
     * Gets ith "alphaCeiling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaCeilingEffect getAlphaCeilingArray(int i);

    /**
     * Returns number of "alphaCeiling" element
     */
    int sizeOfAlphaCeilingArray();

    /**
     * Sets array of all "alphaCeiling" element
     */
    void setAlphaCeilingArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaCeilingEffect[] alphaCeilingArray);

    /**
     * Sets ith "alphaCeiling" element
     */
    void setAlphaCeilingArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaCeilingEffect alphaCeiling);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaCeiling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaCeilingEffect insertNewAlphaCeiling(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaCeiling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaCeilingEffect addNewAlphaCeiling();

    /**
     * Removes the ith "alphaCeiling" element
     */
    void removeAlphaCeiling(int i);

    /**
     * Gets a List of "alphaFloor" elements
     */
    java.util.List getAlphaFloorList();

    /**
     * Gets array of all "alphaFloor" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaFloorEffect[] getAlphaFloorArray();

    /**
     * Gets ith "alphaFloor" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaFloorEffect getAlphaFloorArray(int i);

    /**
     * Returns number of "alphaFloor" element
     */
    int sizeOfAlphaFloorArray();

    /**
     * Sets array of all "alphaFloor" element
     */
    void setAlphaFloorArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaFloorEffect[] alphaFloorArray);

    /**
     * Sets ith "alphaFloor" element
     */
    void setAlphaFloorArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaFloorEffect alphaFloor);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaFloor" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaFloorEffect insertNewAlphaFloor(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaFloor" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaFloorEffect addNewAlphaFloor();

    /**
     * Removes the ith "alphaFloor" element
     */
    void removeAlphaFloor(int i);

    /**
     * Gets a List of "alphaInv" elements
     */
    java.util.List getAlphaInvList();

    /**
     * Gets array of all "alphaInv" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaInverseEffect[] getAlphaInvArray();

    /**
     * Gets ith "alphaInv" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaInverseEffect getAlphaInvArray(int i);

    /**
     * Returns number of "alphaInv" element
     */
    int sizeOfAlphaInvArray();

    /**
     * Sets array of all "alphaInv" element
     */
    void setAlphaInvArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaInverseEffect[] alphaInvArray);

    /**
     * Sets ith "alphaInv" element
     */
    void setAlphaInvArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaInverseEffect alphaInv);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaInv" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaInverseEffect insertNewAlphaInv(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaInv" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaInverseEffect addNewAlphaInv();

    /**
     * Removes the ith "alphaInv" element
     */
    void removeAlphaInv(int i);

    /**
     * Gets a List of "alphaMod" elements
     */
    java.util.List getAlphaModList();

    /**
     * Gets array of all "alphaMod" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateEffect[] getAlphaModArray();

    /**
     * Gets ith "alphaMod" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateEffect getAlphaModArray(int i);

    /**
     * Returns number of "alphaMod" element
     */
    int sizeOfAlphaModArray();

    /**
     * Sets array of all "alphaMod" element
     */
    void setAlphaModArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateEffect[] alphaModArray);

    /**
     * Sets ith "alphaMod" element
     */
    void setAlphaModArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateEffect alphaMod);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaMod" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateEffect insertNewAlphaMod(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaMod" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateEffect addNewAlphaMod();

    /**
     * Removes the ith "alphaMod" element
     */
    void removeAlphaMod(int i);

    /**
     * Gets a List of "alphaModFix" elements
     */
    java.util.List getAlphaModFixList();

    /**
     * Gets array of all "alphaModFix" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateFixedEffect[] getAlphaModFixArray();

    /**
     * Gets ith "alphaModFix" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateFixedEffect getAlphaModFixArray(int i);

    /**
     * Returns number of "alphaModFix" element
     */
    int sizeOfAlphaModFixArray();

    /**
     * Sets array of all "alphaModFix" element
     */
    void setAlphaModFixArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateFixedEffect[] alphaModFixArray);

    /**
     * Sets ith "alphaModFix" element
     */
    void setAlphaModFixArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateFixedEffect alphaModFix);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaModFix" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateFixedEffect insertNewAlphaModFix(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaModFix" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaModulateFixedEffect addNewAlphaModFix();

    /**
     * Removes the ith "alphaModFix" element
     */
    void removeAlphaModFix(int i);

    /**
     * Gets a List of "alphaRepl" elements
     */
    java.util.List getAlphaReplList();

    /**
     * Gets array of all "alphaRepl" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaReplaceEffect[] getAlphaReplArray();

    /**
     * Gets ith "alphaRepl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaReplaceEffect getAlphaReplArray(int i);

    /**
     * Returns number of "alphaRepl" element
     */
    int sizeOfAlphaReplArray();

    /**
     * Sets array of all "alphaRepl" element
     */
    void setAlphaReplArray(org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaReplaceEffect[] alphaReplArray);

    /**
     * Sets ith "alphaRepl" element
     */
    void setAlphaReplArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaReplaceEffect alphaRepl);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "alphaRepl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaReplaceEffect insertNewAlphaRepl(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "alphaRepl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTAlphaReplaceEffect addNewAlphaRepl();

    /**
     * Removes the ith "alphaRepl" element
     */
    void removeAlphaRepl(int i);

    /**
     * Gets a List of "biLevel" elements
     */
    java.util.List getBiLevelList();

    /**
     * Gets array of all "biLevel" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBiLevelEffect[] getBiLevelArray();

    /**
     * Gets ith "biLevel" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBiLevelEffect getBiLevelArray(int i);

    /**
     * Returns number of "biLevel" element
     */
    int sizeOfBiLevelArray();

    /**
     * Sets array of all "biLevel" element
     */
    void setBiLevelArray(org.openxmlformats.schemas.drawingml.x2006.main.CTBiLevelEffect[] biLevelArray);

    /**
     * Sets ith "biLevel" element
     */
    void setBiLevelArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTBiLevelEffect biLevel);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "biLevel" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBiLevelEffect insertNewBiLevel(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "biLevel" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBiLevelEffect addNewBiLevel();

    /**
     * Removes the ith "biLevel" element
     */
    void removeBiLevel(int i);

    /**
     * Gets a List of "blur" elements
     */
    java.util.List getBlurList();

    /**
     * Gets array of all "blur" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBlurEffect[] getBlurArray();

    /**
     * Gets ith "blur" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBlurEffect getBlurArray(int i);

    /**
     * Returns number of "blur" element
     */
    int sizeOfBlurArray();

    /**
     * Sets array of all "blur" element
     */
    void setBlurArray(org.openxmlformats.schemas.drawingml.x2006.main.CTBlurEffect[] blurArray);

    /**
     * Sets ith "blur" element
     */
    void setBlurArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTBlurEffect blur);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "blur" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBlurEffect insertNewBlur(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "blur" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTBlurEffect addNewBlur();

    /**
     * Removes the ith "blur" element
     */
    void removeBlur(int i);

    /**
     * Gets a List of "clrChange" elements
     */
    java.util.List getClrChangeList();

    /**
     * Gets array of all "clrChange" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorChangeEffect[] getClrChangeArray();

    /**
     * Gets ith "clrChange" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorChangeEffect getClrChangeArray(int i);

    /**
     * Returns number of "clrChange" element
     */
    int sizeOfClrChangeArray();

    /**
     * Sets array of all "clrChange" element
     */
    void setClrChangeArray(org.openxmlformats.schemas.drawingml.x2006.main.CTColorChangeEffect[] clrChangeArray);

    /**
     * Sets ith "clrChange" element
     */
    void setClrChangeArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTColorChangeEffect clrChange);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "clrChange" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorChangeEffect insertNewClrChange(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "clrChange" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorChangeEffect addNewClrChange();

    /**
     * Removes the ith "clrChange" element
     */
    void removeClrChange(int i);

    /**
     * Gets a List of "clrRepl" elements
     */
    java.util.List getClrReplList();

    /**
     * Gets array of all "clrRepl" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorReplaceEffect[] getClrReplArray();

    /**
     * Gets ith "clrRepl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorReplaceEffect getClrReplArray(int i);

    /**
     * Returns number of "clrRepl" element
     */
    int sizeOfClrReplArray();

    /**
     * Sets array of all "clrRepl" element
     */
    void setClrReplArray(org.openxmlformats.schemas.drawingml.x2006.main.CTColorReplaceEffect[] clrReplArray);

    /**
     * Sets ith "clrRepl" element
     */
    void setClrReplArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTColorReplaceEffect clrRepl);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "clrRepl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorReplaceEffect insertNewClrRepl(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "clrRepl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorReplaceEffect addNewClrRepl();

    /**
     * Removes the ith "clrRepl" element
     */
    void removeClrRepl(int i);

    /**
     * Gets a List of "duotone" elements
     */
    java.util.List getDuotoneList();

    /**
     * Gets array of all "duotone" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect[] getDuotoneArray();

    /**
     * Gets ith "duotone" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect getDuotoneArray(int i);

    /**
     * Returns number of "duotone" element
     */
    int sizeOfDuotoneArray();

    /**
     * Sets array of all "duotone" element
     */
    void setDuotoneArray(org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect[] duotoneArray);

    /**
     * Sets ith "duotone" element
     */
    void setDuotoneArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect duotone);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "duotone" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect insertNewDuotone(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "duotone" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTDuotoneEffect addNewDuotone();

    /**
     * Removes the ith "duotone" element
     */
    void removeDuotone(int i);

    /**
     * Gets a List of "fillOverlay" elements
     */
    java.util.List getFillOverlayList();

    /**
     * Gets array of all "fillOverlay" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTFillOverlayEffect[] getFillOverlayArray();

    /**
     * Gets ith "fillOverlay" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTFillOverlayEffect getFillOverlayArray(int i);

    /**
     * Returns number of "fillOverlay" element
     */
    int sizeOfFillOverlayArray();

    /**
     * Sets array of all "fillOverlay" element
     */
    void setFillOverlayArray(org.openxmlformats.schemas.drawingml.x2006.main.CTFillOverlayEffect[] fillOverlayArray);

    /**
     * Sets ith "fillOverlay" element
     */
    void setFillOverlayArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTFillOverlayEffect fillOverlay);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "fillOverlay" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTFillOverlayEffect insertNewFillOverlay(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "fillOverlay" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTFillOverlayEffect addNewFillOverlay();

    /**
     * Removes the ith "fillOverlay" element
     */
    void removeFillOverlay(int i);

    /**
     * Gets a List of "grayscl" elements
     */
    java.util.List getGraysclList();

    /**
     * Gets array of all "grayscl" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTGrayscaleEffect[] getGraysclArray();

    /**
     * Gets ith "grayscl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTGrayscaleEffect getGraysclArray(int i);

    /**
     * Returns number of "grayscl" element
     */
    int sizeOfGraysclArray();

    /**
     * Sets array of all "grayscl" element
     */
    void setGraysclArray(org.openxmlformats.schemas.drawingml.x2006.main.CTGrayscaleEffect[] graysclArray);

    /**
     * Sets ith "grayscl" element
     */
    void setGraysclArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTGrayscaleEffect grayscl);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "grayscl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTGrayscaleEffect insertNewGrayscl(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "grayscl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTGrayscaleEffect addNewGrayscl();

    /**
     * Removes the ith "grayscl" element
     */
    void removeGrayscl(int i);

    /**
     * Gets a List of "hsl" elements
     */
    java.util.List getHslList();

    /**
     * Gets array of all "hsl" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTHSLEffect[] getHslArray();

    /**
     * Gets ith "hsl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTHSLEffect getHslArray(int i);

    /**
     * Returns number of "hsl" element
     */
    int sizeOfHslArray();

    /**
     * Sets array of all "hsl" element
     */
    void setHslArray(org.openxmlformats.schemas.drawingml.x2006.main.CTHSLEffect[] hslArray);

    /**
     * Sets ith "hsl" element
     */
    void setHslArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTHSLEffect hsl);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "hsl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTHSLEffect insertNewHsl(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "hsl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTHSLEffect addNewHsl();

    /**
     * Removes the ith "hsl" element
     */
    void removeHsl(int i);

    /**
     * Gets a List of "lum" elements
     */
    java.util.List getLumList();

    /**
     * Gets array of all "lum" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTLuminanceEffect[] getLumArray();

    /**
     * Gets ith "lum" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTLuminanceEffect getLumArray(int i);

    /**
     * Returns number of "lum" element
     */
    int sizeOfLumArray();

    /**
     * Sets array of all "lum" element
     */
    void setLumArray(org.openxmlformats.schemas.drawingml.x2006.main.CTLuminanceEffect[] lumArray);

    /**
     * Sets ith "lum" element
     */
    void setLumArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTLuminanceEffect lum);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "lum" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTLuminanceEffect insertNewLum(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "lum" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTLuminanceEffect addNewLum();

    /**
     * Removes the ith "lum" element
     */
    void removeLum(int i);

    /**
     * Gets a List of "tint" elements
     */
    java.util.List getTintList();

    /**
     * Gets array of all "tint" elements
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTintEffect[] getTintArray();

    /**
     * Gets ith "tint" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTintEffect getTintArray(int i);

    /**
     * Returns number of "tint" element
     */
    int sizeOfTintArray();

    /**
     * Sets array of all "tint" element
     */
    void setTintArray(org.openxmlformats.schemas.drawingml.x2006.main.CTTintEffect[] tintArray);

    /**
     * Sets ith "tint" element
     */
    void setTintArray(int i, org.openxmlformats.schemas.drawingml.x2006.main.CTTintEffect tint);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "tint" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTintEffect insertNewTint(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "tint" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTintEffect addNewTint();

    /**
     * Removes the ith "tint" element
     */
    void removeTint(int i);

    /**
     * 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 "embed" attribute
     */
    java.lang.String getEmbed();

    /**
     * Gets (as xml) the "embed" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetEmbed();

    /**
     * True if has "embed" attribute
     */
    boolean isSetEmbed();

    /**
     * Sets the "embed" attribute
     */
    void setEmbed(java.lang.String embed);

    /**
     * Sets (as xml) the "embed" attribute
     */
    void xsetEmbed(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId embed);

    /**
     * Unsets the "embed" attribute
     */
    void unsetEmbed();

    /**
     * Gets the "link" attribute
     */
    java.lang.String getLink();

    /**
     * Gets (as xml) the "link" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetLink();

    /**
     * True if has "link" attribute
     */
    boolean isSetLink();

    /**
     * Sets the "link" attribute
     */
    void setLink(java.lang.String link);

    /**
     * Sets (as xml) the "link" attribute
     */
    void xsetLink(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId link);

    /**
     * Unsets the "link" attribute
     */
    void unsetLink();

    /**
     * Gets the "cstate" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression.Enum getCstate();

    /**
     * Gets (as xml) the "cstate" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression xgetCstate();

    /**
     * True if has "cstate" attribute
     */
    boolean isSetCstate();

    /**
     * Sets the "cstate" attribute
     */
    void setCstate(org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression.Enum cstate);

    /**
     * Sets (as xml) the "cstate" attribute
     */
    void xsetCstate(org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression cstate);

    /**
     * Unsets the "cstate" attribute
     */
    void unsetCstate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy