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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt Maven / Gradle / Ivy

There is a newer version: 2025.3.19823.20250304T101418Z-250200
Show newest version
/*
 * XML Type:  CT_RPrElt
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.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_RPrElt(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRPrElt extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctrpreltecc2type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets a List of "rFont" elements
     */
    java.util.List getRFontList();

    /**
     * Gets array of all "rFont" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName[] getRFontArray();

    /**
     * Gets ith "rFont" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName getRFontArray(int i);

    /**
     * Returns number of "rFont" element
     */
    int sizeOfRFontArray();

    /**
     * Sets array of all "rFont" element
     */
    void setRFontArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName[] rFontArray);

    /**
     * Sets ith "rFont" element
     */
    void setRFontArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName rFont);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "rFont" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName insertNewRFont(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "rFont" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName addNewRFont();

    /**
     * Removes the ith "rFont" element
     */
    void removeRFont(int i);

    /**
     * Gets a List of "charset" elements
     */
    java.util.List getCharsetList();

    /**
     * Gets array of all "charset" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty[] getCharsetArray();

    /**
     * Gets ith "charset" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty getCharsetArray(int i);

    /**
     * Returns number of "charset" element
     */
    int sizeOfCharsetArray();

    /**
     * Sets array of all "charset" element
     */
    void setCharsetArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty[] charsetArray);

    /**
     * Sets ith "charset" element
     */
    void setCharsetArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty charset);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "charset" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty insertNewCharset(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "charset" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty addNewCharset();

    /**
     * Removes the ith "charset" element
     */
    void removeCharset(int i);

    /**
     * Gets a List of "family" elements
     */
    java.util.List getFamilyList();

    /**
     * Gets array of all "family" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty[] getFamilyArray();

    /**
     * Gets ith "family" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty getFamilyArray(int i);

    /**
     * Returns number of "family" element
     */
    int sizeOfFamilyArray();

    /**
     * Sets array of all "family" element
     */
    void setFamilyArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty[] familyArray);

    /**
     * Sets ith "family" element
     */
    void setFamilyArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty family);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "family" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty insertNewFamily(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "family" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty addNewFamily();

    /**
     * Removes the ith "family" element
     */
    void removeFamily(int i);

    /**
     * Gets a List of "b" elements
     */
    java.util.List getBList();

    /**
     * Gets array of all "b" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getBArray();

    /**
     * Gets ith "b" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getBArray(int i);

    /**
     * Returns number of "b" element
     */
    int sizeOfBArray();

    /**
     * Sets array of all "b" element
     */
    void setBArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] bArray);

    /**
     * Sets ith "b" element
     */
    void setBArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty b);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "b" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewB(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "b" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewB();

    /**
     * Removes the ith "b" element
     */
    void removeB(int i);

    /**
     * Gets a List of "i" elements
     */
    java.util.List getIList();

    /**
     * Gets array of all "i" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getIArray();

    /**
     * Gets ith "i" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getIArray(int i);

    /**
     * Returns number of "i" element
     */
    int sizeOfIArray();

    /**
     * Sets array of all "i" element
     */
    void setIArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] iValueArray);

    /**
     * Sets ith "i" element
     */
    void setIArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty iValue);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "i" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewI(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "i" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewI();

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

    /**
     * Gets a List of "strike" elements
     */
    java.util.List getStrikeList();

    /**
     * Gets array of all "strike" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getStrikeArray();

    /**
     * Gets ith "strike" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getStrikeArray(int i);

    /**
     * Returns number of "strike" element
     */
    int sizeOfStrikeArray();

    /**
     * Sets array of all "strike" element
     */
    void setStrikeArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] strikeArray);

    /**
     * Sets ith "strike" element
     */
    void setStrikeArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty strike);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "strike" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewStrike(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "strike" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewStrike();

    /**
     * Removes the ith "strike" element
     */
    void removeStrike(int i);

    /**
     * Gets a List of "outline" elements
     */
    java.util.List getOutlineList();

    /**
     * Gets array of all "outline" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getOutlineArray();

    /**
     * Gets ith "outline" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getOutlineArray(int i);

    /**
     * Returns number of "outline" element
     */
    int sizeOfOutlineArray();

    /**
     * Sets array of all "outline" element
     */
    void setOutlineArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] outlineArray);

    /**
     * Sets ith "outline" element
     */
    void setOutlineArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty outline);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "outline" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewOutline(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "outline" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewOutline();

    /**
     * Removes the ith "outline" element
     */
    void removeOutline(int i);

    /**
     * Gets a List of "shadow" elements
     */
    java.util.List getShadowList();

    /**
     * Gets array of all "shadow" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getShadowArray();

    /**
     * Gets ith "shadow" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getShadowArray(int i);

    /**
     * Returns number of "shadow" element
     */
    int sizeOfShadowArray();

    /**
     * Sets array of all "shadow" element
     */
    void setShadowArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] shadowArray);

    /**
     * Sets ith "shadow" element
     */
    void setShadowArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty shadow);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "shadow" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewShadow(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "shadow" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewShadow();

    /**
     * Removes the ith "shadow" element
     */
    void removeShadow(int i);

    /**
     * Gets a List of "condense" elements
     */
    java.util.List getCondenseList();

    /**
     * Gets array of all "condense" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getCondenseArray();

    /**
     * Gets ith "condense" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getCondenseArray(int i);

    /**
     * Returns number of "condense" element
     */
    int sizeOfCondenseArray();

    /**
     * Sets array of all "condense" element
     */
    void setCondenseArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] condenseArray);

    /**
     * Sets ith "condense" element
     */
    void setCondenseArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty condense);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "condense" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewCondense(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "condense" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewCondense();

    /**
     * Removes the ith "condense" element
     */
    void removeCondense(int i);

    /**
     * Gets a List of "extend" elements
     */
    java.util.List getExtendList();

    /**
     * Gets array of all "extend" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getExtendArray();

    /**
     * Gets ith "extend" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getExtendArray(int i);

    /**
     * Returns number of "extend" element
     */
    int sizeOfExtendArray();

    /**
     * Sets array of all "extend" element
     */
    void setExtendArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] extendArray);

    /**
     * Sets ith "extend" element
     */
    void setExtendArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty extend);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "extend" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewExtend(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "extend" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewExtend();

    /**
     * Removes the ith "extend" element
     */
    void removeExtend(int i);

    /**
     * Gets a List of "color" elements
     */
    java.util.List getColorList();

    /**
     * Gets array of all "color" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor[] getColorArray();

    /**
     * Gets ith "color" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor getColorArray(int i);

    /**
     * Returns number of "color" element
     */
    int sizeOfColorArray();

    /**
     * Sets array of all "color" element
     */
    void setColorArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor[] colorArray);

    /**
     * Sets ith "color" element
     */
    void setColorArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "color" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor insertNewColor(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "color" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor addNewColor();

    /**
     * Removes the ith "color" element
     */
    void removeColor(int i);

    /**
     * Gets a List of "sz" elements
     */
    java.util.List getSzList();

    /**
     * Gets array of all "sz" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize[] getSzArray();

    /**
     * Gets ith "sz" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize getSzArray(int i);

    /**
     * Returns number of "sz" element
     */
    int sizeOfSzArray();

    /**
     * Sets array of all "sz" element
     */
    void setSzArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize[] szArray);

    /**
     * Sets ith "sz" element
     */
    void setSzArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize sz);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "sz" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize insertNewSz(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "sz" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize addNewSz();

    /**
     * Removes the ith "sz" element
     */
    void removeSz(int i);

    /**
     * Gets a List of "u" elements
     */
    java.util.List getUList();

    /**
     * Gets array of all "u" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty[] getUArray();

    /**
     * Gets ith "u" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty getUArray(int i);

    /**
     * Returns number of "u" element
     */
    int sizeOfUArray();

    /**
     * Sets array of all "u" element
     */
    void setUArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty[] uArray);

    /**
     * Sets ith "u" element
     */
    void setUArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty u);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "u" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty insertNewU(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "u" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty addNewU();

    /**
     * Removes the ith "u" element
     */
    void removeU(int i);

    /**
     * Gets a List of "vertAlign" elements
     */
    java.util.List getVertAlignList();

    /**
     * Gets array of all "vertAlign" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty[] getVertAlignArray();

    /**
     * Gets ith "vertAlign" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty getVertAlignArray(int i);

    /**
     * Returns number of "vertAlign" element
     */
    int sizeOfVertAlignArray();

    /**
     * Sets array of all "vertAlign" element
     */
    void setVertAlignArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty[] vertAlignArray);

    /**
     * Sets ith "vertAlign" element
     */
    void setVertAlignArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty vertAlign);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "vertAlign" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty insertNewVertAlign(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "vertAlign" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty addNewVertAlign();

    /**
     * Removes the ith "vertAlign" element
     */
    void removeVertAlign(int i);

    /**
     * Gets a List of "scheme" elements
     */
    java.util.List getSchemeList();

    /**
     * Gets array of all "scheme" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme[] getSchemeArray();

    /**
     * Gets ith "scheme" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme getSchemeArray(int i);

    /**
     * Returns number of "scheme" element
     */
    int sizeOfSchemeArray();

    /**
     * Sets array of all "scheme" element
     */
    void setSchemeArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme[] schemeArray);

    /**
     * Sets ith "scheme" element
     */
    void setSchemeArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme scheme);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "scheme" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme insertNewScheme(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "scheme" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme addNewScheme();

    /**
     * Removes the ith "scheme" element
     */
    void removeScheme(int i);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy