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

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr 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

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_SdtPr
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML CT_SdtPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTSdtPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSdtPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctsdtpre24dtype");
    
    /**
     * Gets a List of "rPr" elements
     */
    java.util.List getRPrList();
    
    /**
     * Gets array of all "rPr" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr[] getRPrArray();
    
    /**
     * Gets ith "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPrArray(int i);
    
    /**
     * Returns number of "rPr" element
     */
    int sizeOfRPrArray();
    
    /**
     * Sets array of all "rPr" element
     */
    void setRPrArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr[] rPrArray);
    
    /**
     * Sets ith "rPr" element
     */
    void setRPrArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr insertNewRPr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr addNewRPr();
    
    /**
     * Removes the ith "rPr" element
     */
    void removeRPr(int i);
    
    /**
     * Gets a List of "alias" elements
     */
    java.util.List getAliasList();
    
    /**
     * Gets array of all "alias" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] getAliasArray();
    
    /**
     * Gets ith "alias" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getAliasArray(int i);
    
    /**
     * Returns number of "alias" element
     */
    int sizeOfAliasArray();
    
    /**
     * Sets array of all "alias" element
     */
    void setAliasArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] aliasArray);
    
    /**
     * Sets ith "alias" element
     */
    void setAliasArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString alias);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "alias" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString insertNewAlias(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "alias" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewAlias();
    
    /**
     * Removes the ith "alias" element
     */
    void removeAlias(int i);
    
    /**
     * Gets a List of "lock" elements
     */
    java.util.List getLockList();
    
    /**
     * Gets array of all "lock" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLock[] getLockArray();
    
    /**
     * Gets ith "lock" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLock getLockArray(int i);
    
    /**
     * Returns number of "lock" element
     */
    int sizeOfLockArray();
    
    /**
     * Sets array of all "lock" element
     */
    void setLockArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLock[] lockArray);
    
    /**
     * Sets ith "lock" element
     */
    void setLockArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLock lock);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "lock" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLock insertNewLock(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "lock" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLock addNewLock();
    
    /**
     * Removes the ith "lock" element
     */
    void removeLock(int i);
    
    /**
     * Gets a List of "placeholder" elements
     */
    java.util.List getPlaceholderList();
    
    /**
     * Gets array of all "placeholder" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPlaceholder[] getPlaceholderArray();
    
    /**
     * Gets ith "placeholder" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPlaceholder getPlaceholderArray(int i);
    
    /**
     * Returns number of "placeholder" element
     */
    int sizeOfPlaceholderArray();
    
    /**
     * Sets array of all "placeholder" element
     */
    void setPlaceholderArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPlaceholder[] placeholderArray);
    
    /**
     * Sets ith "placeholder" element
     */
    void setPlaceholderArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPlaceholder placeholder);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "placeholder" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPlaceholder insertNewPlaceholder(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "placeholder" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPlaceholder addNewPlaceholder();
    
    /**
     * Removes the ith "placeholder" element
     */
    void removePlaceholder(int i);
    
    /**
     * Gets a List of "showingPlcHdr" elements
     */
    java.util.List getShowingPlcHdrList();
    
    /**
     * Gets array of all "showingPlcHdr" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff[] getShowingPlcHdrArray();
    
    /**
     * Gets ith "showingPlcHdr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getShowingPlcHdrArray(int i);
    
    /**
     * Returns number of "showingPlcHdr" element
     */
    int sizeOfShowingPlcHdrArray();
    
    /**
     * Sets array of all "showingPlcHdr" element
     */
    void setShowingPlcHdrArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff[] showingPlcHdrArray);
    
    /**
     * Sets ith "showingPlcHdr" element
     */
    void setShowingPlcHdrArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff showingPlcHdr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "showingPlcHdr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff insertNewShowingPlcHdr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "showingPlcHdr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewShowingPlcHdr();
    
    /**
     * Removes the ith "showingPlcHdr" element
     */
    void removeShowingPlcHdr(int i);
    
    /**
     * Gets a List of "dataBinding" elements
     */
    java.util.List getDataBindingList();
    
    /**
     * Gets array of all "dataBinding" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDataBinding[] getDataBindingArray();
    
    /**
     * Gets ith "dataBinding" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDataBinding getDataBindingArray(int i);
    
    /**
     * Returns number of "dataBinding" element
     */
    int sizeOfDataBindingArray();
    
    /**
     * Sets array of all "dataBinding" element
     */
    void setDataBindingArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDataBinding[] dataBindingArray);
    
    /**
     * Sets ith "dataBinding" element
     */
    void setDataBindingArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDataBinding dataBinding);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "dataBinding" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDataBinding insertNewDataBinding(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "dataBinding" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDataBinding addNewDataBinding();
    
    /**
     * Removes the ith "dataBinding" element
     */
    void removeDataBinding(int i);
    
    /**
     * Gets a List of "temporary" elements
     */
    java.util.List getTemporaryList();
    
    /**
     * Gets array of all "temporary" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff[] getTemporaryArray();
    
    /**
     * Gets ith "temporary" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getTemporaryArray(int i);
    
    /**
     * Returns number of "temporary" element
     */
    int sizeOfTemporaryArray();
    
    /**
     * Sets array of all "temporary" element
     */
    void setTemporaryArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff[] temporaryArray);
    
    /**
     * Sets ith "temporary" element
     */
    void setTemporaryArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff temporary);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "temporary" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff insertNewTemporary(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "temporary" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewTemporary();
    
    /**
     * Removes the ith "temporary" element
     */
    void removeTemporary(int i);
    
    /**
     * Gets a List of "id" elements
     */
    java.util.List getIdList();
    
    /**
     * Gets array of all "id" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber[] getIdArray();
    
    /**
     * Gets ith "id" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getIdArray(int i);
    
    /**
     * Returns number of "id" element
     */
    int sizeOfIdArray();
    
    /**
     * Sets array of all "id" element
     */
    void setIdArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber[] idArray);
    
    /**
     * Sets ith "id" element
     */
    void setIdArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber id);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "id" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber insertNewId(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "id" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewId();
    
    /**
     * Removes the ith "id" element
     */
    void removeId(int i);
    
    /**
     * Gets a List of "tag" elements
     */
    java.util.List getTagList();
    
    /**
     * Gets array of all "tag" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] getTagArray();
    
    /**
     * Gets ith "tag" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getTagArray(int i);
    
    /**
     * Returns number of "tag" element
     */
    int sizeOfTagArray();
    
    /**
     * Sets array of all "tag" element
     */
    void setTagArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] tagArray);
    
    /**
     * Sets ith "tag" element
     */
    void setTagArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString tag);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "tag" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString insertNewTag(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "tag" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewTag();
    
    /**
     * Removes the ith "tag" element
     */
    void removeTag(int i);
    
    /**
     * Gets a List of "equation" elements
     */
    java.util.List getEquationList();
    
    /**
     * Gets array of all "equation" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] getEquationArray();
    
    /**
     * Gets ith "equation" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty getEquationArray(int i);
    
    /**
     * Returns number of "equation" element
     */
    int sizeOfEquationArray();
    
    /**
     * Sets array of all "equation" element
     */
    void setEquationArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] equationArray);
    
    /**
     * Sets ith "equation" element
     */
    void setEquationArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty equation);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "equation" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty insertNewEquation(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "equation" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty addNewEquation();
    
    /**
     * Removes the ith "equation" element
     */
    void removeEquation(int i);
    
    /**
     * Gets a List of "comboBox" elements
     */
    java.util.List getComboBoxList();
    
    /**
     * Gets array of all "comboBox" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox[] getComboBoxArray();
    
    /**
     * Gets ith "comboBox" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox getComboBoxArray(int i);
    
    /**
     * Returns number of "comboBox" element
     */
    int sizeOfComboBoxArray();
    
    /**
     * Sets array of all "comboBox" element
     */
    void setComboBoxArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox[] comboBoxArray);
    
    /**
     * Sets ith "comboBox" element
     */
    void setComboBoxArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox comboBox);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "comboBox" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox insertNewComboBox(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "comboBox" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox addNewComboBox();
    
    /**
     * Removes the ith "comboBox" element
     */
    void removeComboBox(int i);
    
    /**
     * Gets a List of "date" elements
     */
    java.util.List getDateList();
    
    /**
     * Gets array of all "date" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate[] getDateArray();
    
    /**
     * Gets ith "date" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate getDateArray(int i);
    
    /**
     * Returns number of "date" element
     */
    int sizeOfDateArray();
    
    /**
     * Sets array of all "date" element
     */
    void setDateArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate[] dateArray);
    
    /**
     * Sets ith "date" element
     */
    void setDateArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate date);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "date" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate insertNewDate(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "date" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate addNewDate();
    
    /**
     * Removes the ith "date" element
     */
    void removeDate(int i);
    
    /**
     * Gets a List of "docPartObj" elements
     */
    java.util.List getDocPartObjList();
    
    /**
     * Gets array of all "docPartObj" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart[] getDocPartObjArray();
    
    /**
     * Gets ith "docPartObj" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart getDocPartObjArray(int i);
    
    /**
     * Returns number of "docPartObj" element
     */
    int sizeOfDocPartObjArray();
    
    /**
     * Sets array of all "docPartObj" element
     */
    void setDocPartObjArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart[] docPartObjArray);
    
    /**
     * Sets ith "docPartObj" element
     */
    void setDocPartObjArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart docPartObj);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "docPartObj" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart insertNewDocPartObj(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "docPartObj" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart addNewDocPartObj();
    
    /**
     * Removes the ith "docPartObj" element
     */
    void removeDocPartObj(int i);
    
    /**
     * Gets a List of "docPartList" elements
     */
    java.util.List getDocPartListList();
    
    /**
     * Gets array of all "docPartList" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart[] getDocPartListArray();
    
    /**
     * Gets ith "docPartList" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart getDocPartListArray(int i);
    
    /**
     * Returns number of "docPartList" element
     */
    int sizeOfDocPartListArray();
    
    /**
     * Sets array of all "docPartList" element
     */
    void setDocPartListArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart[] docPartListArray);
    
    /**
     * Sets ith "docPartList" element
     */
    void setDocPartListArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart docPartList);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "docPartList" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart insertNewDocPartList(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "docPartList" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDocPart addNewDocPartList();
    
    /**
     * Removes the ith "docPartList" element
     */
    void removeDocPartList(int i);
    
    /**
     * Gets a List of "dropDownList" elements
     */
    java.util.List getDropDownListList();
    
    /**
     * Gets array of all "dropDownList" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDropDownList[] getDropDownListArray();
    
    /**
     * Gets ith "dropDownList" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDropDownList getDropDownListArray(int i);
    
    /**
     * Returns number of "dropDownList" element
     */
    int sizeOfDropDownListArray();
    
    /**
     * Sets array of all "dropDownList" element
     */
    void setDropDownListArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDropDownList[] dropDownListArray);
    
    /**
     * Sets ith "dropDownList" element
     */
    void setDropDownListArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDropDownList dropDownList);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "dropDownList" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDropDownList insertNewDropDownList(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "dropDownList" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDropDownList addNewDropDownList();
    
    /**
     * Removes the ith "dropDownList" element
     */
    void removeDropDownList(int i);
    
    /**
     * Gets a List of "picture" elements
     */
    java.util.List getPictureList();
    
    /**
     * Gets array of all "picture" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] getPictureArray();
    
    /**
     * Gets ith "picture" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty getPictureArray(int i);
    
    /**
     * Returns number of "picture" element
     */
    int sizeOfPictureArray();
    
    /**
     * Sets array of all "picture" element
     */
    void setPictureArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] pictureArray);
    
    /**
     * Sets ith "picture" element
     */
    void setPictureArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty picture);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "picture" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty insertNewPicture(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "picture" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty addNewPicture();
    
    /**
     * Removes the ith "picture" element
     */
    void removePicture(int i);
    
    /**
     * Gets a List of "richText" elements
     */
    java.util.List getRichTextList();
    
    /**
     * Gets array of all "richText" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] getRichTextArray();
    
    /**
     * Gets ith "richText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty getRichTextArray(int i);
    
    /**
     * Returns number of "richText" element
     */
    int sizeOfRichTextArray();
    
    /**
     * Sets array of all "richText" element
     */
    void setRichTextArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] richTextArray);
    
    /**
     * Sets ith "richText" element
     */
    void setRichTextArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty richText);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "richText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty insertNewRichText(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "richText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty addNewRichText();
    
    /**
     * Removes the ith "richText" element
     */
    void removeRichText(int i);
    
    /**
     * Gets a List of "text" elements
     */
    java.util.List getTextList();
    
    /**
     * Gets array of all "text" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtText[] getTextArray();
    
    /**
     * Gets ith "text" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtText getTextArray(int i);
    
    /**
     * Returns number of "text" element
     */
    int sizeOfTextArray();
    
    /**
     * Sets array of all "text" element
     */
    void setTextArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtText[] textArray);
    
    /**
     * Sets ith "text" element
     */
    void setTextArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtText text);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "text" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtText insertNewText(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "text" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtText addNewText();
    
    /**
     * Removes the ith "text" element
     */
    void removeText(int i);
    
    /**
     * Gets a List of "citation" elements
     */
    java.util.List getCitationList();
    
    /**
     * Gets array of all "citation" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] getCitationArray();
    
    /**
     * Gets ith "citation" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty getCitationArray(int i);
    
    /**
     * Returns number of "citation" element
     */
    int sizeOfCitationArray();
    
    /**
     * Sets array of all "citation" element
     */
    void setCitationArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] citationArray);
    
    /**
     * Sets ith "citation" element
     */
    void setCitationArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty citation);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "citation" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty insertNewCitation(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "citation" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty addNewCitation();
    
    /**
     * Removes the ith "citation" element
     */
    void removeCitation(int i);
    
    /**
     * Gets a List of "group" elements
     */
    java.util.List getGroupList();
    
    /**
     * Gets array of all "group" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] getGroupArray();
    
    /**
     * Gets ith "group" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty getGroupArray(int i);
    
    /**
     * Returns number of "group" element
     */
    int sizeOfGroupArray();
    
    /**
     * Sets array of all "group" element
     */
    void setGroupArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] groupArray);
    
    /**
     * Sets ith "group" element
     */
    void setGroupArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty group);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "group" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty insertNewGroup(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "group" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty addNewGroup();
    
    /**
     * Removes the ith "group" element
     */
    void removeGroup(int i);
    
    /**
     * Gets a List of "bibliography" elements
     */
    java.util.List getBibliographyList();
    
    /**
     * Gets array of all "bibliography" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] getBibliographyArray();
    
    /**
     * Gets ith "bibliography" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty getBibliographyArray(int i);
    
    /**
     * Returns number of "bibliography" element
     */
    int sizeOfBibliographyArray();
    
    /**
     * Sets array of all "bibliography" element
     */
    void setBibliographyArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty[] bibliographyArray);
    
    /**
     * Sets ith "bibliography" element
     */
    void setBibliographyArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty bibliography);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "bibliography" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty insertNewBibliography(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "bibliography" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEmpty addNewBibliography();
    
    /**
     * Removes the ith "bibliography" element
     */
    void removeBibliography(int i);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr 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.wordprocessingml.x2006.main.CTSdtPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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 org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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 org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy