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

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr 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_DocPartPr
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML CT_DocPartPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTDocPartPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTDocPartPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctdocpartpra1c5type");
    
    /**
     * Gets a List of "name" elements
     */
    java.util.List getNameList();
    
    /**
     * Gets array of all "name" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartName[] getNameArray();
    
    /**
     * Gets ith "name" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartName getNameArray(int i);
    
    /**
     * Returns number of "name" element
     */
    int sizeOfNameArray();
    
    /**
     * Sets array of all "name" element
     */
    void setNameArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartName[] nameArray);
    
    /**
     * Sets ith "name" element
     */
    void setNameArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartName name);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "name" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartName insertNewName(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "name" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartName addNewName();
    
    /**
     * Removes the ith "name" element
     */
    void removeName(int i);
    
    /**
     * Gets a List of "style" elements
     */
    java.util.List getStyleList();
    
    /**
     * Gets array of all "style" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] getStyleArray();
    
    /**
     * Gets ith "style" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getStyleArray(int i);
    
    /**
     * Returns number of "style" element
     */
    int sizeOfStyleArray();
    
    /**
     * Sets array of all "style" element
     */
    void setStyleArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] styleArray);
    
    /**
     * Sets ith "style" element
     */
    void setStyleArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString style);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "style" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString insertNewStyle(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "style" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewStyle();
    
    /**
     * Removes the ith "style" element
     */
    void removeStyle(int i);
    
    /**
     * Gets a List of "category" elements
     */
    java.util.List getCategoryList();
    
    /**
     * Gets array of all "category" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartCategory[] getCategoryArray();
    
    /**
     * Gets ith "category" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartCategory getCategoryArray(int i);
    
    /**
     * Returns number of "category" element
     */
    int sizeOfCategoryArray();
    
    /**
     * Sets array of all "category" element
     */
    void setCategoryArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartCategory[] categoryArray);
    
    /**
     * Sets ith "category" element
     */
    void setCategoryArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartCategory category);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "category" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartCategory insertNewCategory(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "category" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartCategory addNewCategory();
    
    /**
     * Removes the ith "category" element
     */
    void removeCategory(int i);
    
    /**
     * Gets a List of "types" elements
     */
    java.util.List getTypesList();
    
    /**
     * Gets array of all "types" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartTypes[] getTypesArray();
    
    /**
     * Gets ith "types" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartTypes getTypesArray(int i);
    
    /**
     * Returns number of "types" element
     */
    int sizeOfTypesArray();
    
    /**
     * Sets array of all "types" element
     */
    void setTypesArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartTypes[] typesArray);
    
    /**
     * Sets ith "types" element
     */
    void setTypesArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartTypes types);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "types" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartTypes insertNewTypes(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "types" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartTypes addNewTypes();
    
    /**
     * Removes the ith "types" element
     */
    void removeTypes(int i);
    
    /**
     * Gets a List of "behaviors" elements
     */
    java.util.List getBehaviorsList();
    
    /**
     * Gets array of all "behaviors" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartBehaviors[] getBehaviorsArray();
    
    /**
     * Gets ith "behaviors" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartBehaviors getBehaviorsArray(int i);
    
    /**
     * Returns number of "behaviors" element
     */
    int sizeOfBehaviorsArray();
    
    /**
     * Sets array of all "behaviors" element
     */
    void setBehaviorsArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartBehaviors[] behaviorsArray);
    
    /**
     * Sets ith "behaviors" element
     */
    void setBehaviorsArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartBehaviors behaviors);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "behaviors" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartBehaviors insertNewBehaviors(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "behaviors" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartBehaviors addNewBehaviors();
    
    /**
     * Removes the ith "behaviors" element
     */
    void removeBehaviors(int i);
    
    /**
     * Gets a List of "description" elements
     */
    java.util.List getDescriptionList();
    
    /**
     * Gets array of all "description" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] getDescriptionArray();
    
    /**
     * Gets ith "description" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getDescriptionArray(int i);
    
    /**
     * Returns number of "description" element
     */
    int sizeOfDescriptionArray();
    
    /**
     * Sets array of all "description" element
     */
    void setDescriptionArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString[] descriptionArray);
    
    /**
     * Sets ith "description" element
     */
    void setDescriptionArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString description);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "description" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString insertNewDescription(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "description" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewDescription();
    
    /**
     * Removes the ith "description" element
     */
    void removeDescription(int i);
    
    /**
     * Gets a List of "guid" elements
     */
    java.util.List getGuidList();
    
    /**
     * Gets array of all "guid" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTGuid[] getGuidArray();
    
    /**
     * Gets ith "guid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTGuid getGuidArray(int i);
    
    /**
     * Returns number of "guid" element
     */
    int sizeOfGuidArray();
    
    /**
     * Sets array of all "guid" element
     */
    void setGuidArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTGuid[] guidArray);
    
    /**
     * Sets ith "guid" element
     */
    void setGuidArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTGuid guid);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "guid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTGuid insertNewGuid(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "guid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTGuid addNewGuid();
    
    /**
     * Removes the ith "guid" element
     */
    void removeGuid(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.CTDocPartPr newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) 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.CTDocPartPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr 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.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr 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.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr 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.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr 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.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocPartPr) 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.CTDocPartPr 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.CTDocPartPr) 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.CTDocPartPr 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.CTDocPartPr) 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