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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt 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

The 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;


/**
 * An XML CT_RPrElt(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRPrElt extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTRPrElt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctrpreltecc2type");
    
    /**
     * Gets a List of "rFont" elements
     */
    java.util.List getRFontList();
    
    /**
     * Gets array of all "rFont" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt 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.spreadsheetml.x2006.main.CTRPrElt) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy