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

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

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


    /**
     * Gets a List of "rrc" elements
     */
    java.util.List getRrcList();

    /**
     * Gets array of all "rrc" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn[] getRrcArray();

    /**
     * Gets ith "rrc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn getRrcArray(int i);

    /**
     * Returns number of "rrc" element
     */
    int sizeOfRrcArray();

    /**
     * Sets array of all "rrc" element
     */
    void setRrcArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn[] rrcArray);

    /**
     * Sets ith "rrc" element
     */
    void setRrcArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn rrc);

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

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

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

    /**
     * Gets a List of "rm" elements
     */
    java.util.List getRmList();

    /**
     * Gets array of all "rm" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove[] getRmArray();

    /**
     * Gets ith "rm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove getRmArray(int i);

    /**
     * Returns number of "rm" element
     */
    int sizeOfRmArray();

    /**
     * Sets array of all "rm" element
     */
    void setRmArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove[] rmArray);

    /**
     * Sets ith "rm" element
     */
    void setRmArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove rm);

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

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

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

    /**
     * Gets a List of "rcv" elements
     */
    java.util.List getRcvList();

    /**
     * Gets array of all "rcv" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView[] getRcvArray();

    /**
     * Gets ith "rcv" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView getRcvArray(int i);

    /**
     * Returns number of "rcv" element
     */
    int sizeOfRcvArray();

    /**
     * Sets array of all "rcv" element
     */
    void setRcvArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView[] rcvArray);

    /**
     * Sets ith "rcv" element
     */
    void setRcvArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView rcv);

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

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

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

    /**
     * Gets a List of "rsnm" elements
     */
    java.util.List getRsnmList();

    /**
     * Gets array of all "rsnm" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename[] getRsnmArray();

    /**
     * Gets ith "rsnm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename getRsnmArray(int i);

    /**
     * Returns number of "rsnm" element
     */
    int sizeOfRsnmArray();

    /**
     * Sets array of all "rsnm" element
     */
    void setRsnmArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename[] rsnmArray);

    /**
     * Sets ith "rsnm" element
     */
    void setRsnmArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename rsnm);

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

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

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

    /**
     * Gets a List of "ris" elements
     */
    java.util.List getRisList();

    /**
     * Gets array of all "ris" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet[] getRisArray();

    /**
     * Gets ith "ris" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet getRisArray(int i);

    /**
     * Returns number of "ris" element
     */
    int sizeOfRisArray();

    /**
     * Sets array of all "ris" element
     */
    void setRisArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet[] risArray);

    /**
     * Sets ith "ris" element
     */
    void setRisArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet ris);

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

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

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

    /**
     * Gets a List of "rcc" elements
     */
    java.util.List getRccList();

    /**
     * Gets array of all "rcc" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange[] getRccArray();

    /**
     * Gets ith "rcc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange getRccArray(int i);

    /**
     * Returns number of "rcc" element
     */
    int sizeOfRccArray();

    /**
     * Sets array of all "rcc" element
     */
    void setRccArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange[] rccArray);

    /**
     * Sets ith "rcc" element
     */
    void setRccArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange rcc);

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

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

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

    /**
     * Gets a List of "rfmt" elements
     */
    java.util.List getRfmtList();

    /**
     * Gets array of all "rfmt" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting[] getRfmtArray();

    /**
     * Gets ith "rfmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting getRfmtArray(int i);

    /**
     * Returns number of "rfmt" element
     */
    int sizeOfRfmtArray();

    /**
     * Sets array of all "rfmt" element
     */
    void setRfmtArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting[] rfmtArray);

    /**
     * Sets ith "rfmt" element
     */
    void setRfmtArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting rfmt);

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

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

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

    /**
     * Gets a List of "raf" elements
     */
    java.util.List getRafList();

    /**
     * Gets array of all "raf" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting[] getRafArray();

    /**
     * Gets ith "raf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting getRafArray(int i);

    /**
     * Returns number of "raf" element
     */
    int sizeOfRafArray();

    /**
     * Sets array of all "raf" element
     */
    void setRafArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting[] rafArray);

    /**
     * Sets ith "raf" element
     */
    void setRafArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting raf);

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

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

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

    /**
     * Gets a List of "rdn" elements
     */
    java.util.List getRdnList();

    /**
     * Gets array of all "rdn" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName[] getRdnArray();

    /**
     * Gets ith "rdn" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName getRdnArray(int i);

    /**
     * Returns number of "rdn" element
     */
    int sizeOfRdnArray();

    /**
     * Sets array of all "rdn" element
     */
    void setRdnArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName[] rdnArray);

    /**
     * Sets ith "rdn" element
     */
    void setRdnArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName rdn);

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

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

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

    /**
     * Gets a List of "rcmt" elements
     */
    java.util.List getRcmtList();

    /**
     * Gets array of all "rcmt" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment[] getRcmtArray();

    /**
     * Gets ith "rcmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment getRcmtArray(int i);

    /**
     * Returns number of "rcmt" element
     */
    int sizeOfRcmtArray();

    /**
     * Sets array of all "rcmt" element
     */
    void setRcmtArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment[] rcmtArray);

    /**
     * Sets ith "rcmt" element
     */
    void setRcmtArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment rcmt);

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

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

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

    /**
     * Gets a List of "rqt" elements
     */
    java.util.List getRqtList();

    /**
     * Gets array of all "rqt" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField[] getRqtArray();

    /**
     * Gets ith "rqt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField getRqtArray(int i);

    /**
     * Returns number of "rqt" element
     */
    int sizeOfRqtArray();

    /**
     * Sets array of all "rqt" element
     */
    void setRqtArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField[] rqtArray);

    /**
     * Sets ith "rqt" element
     */
    void setRqtArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField rqt);

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

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

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

    /**
     * Gets a List of "rcft" elements
     */
    java.util.List getRcftList();

    /**
     * Gets array of all "rcft" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict[] getRcftArray();

    /**
     * Gets ith "rcft" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict getRcftArray(int i);

    /**
     * Returns number of "rcft" element
     */
    int sizeOfRcftArray();

    /**
     * Sets array of all "rcft" element
     */
    void setRcftArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict[] rcftArray);

    /**
     * Sets ith "rcft" element
     */
    void setRcftArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict rcft);

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

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

    /**
     * Removes the ith "rcft" element
     */
    void removeRcft(int i);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy