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

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


/**
 * An XML CT_SectPrBase(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTSectPrBase extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSectPrBase.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctsectprbase60d2type");
    
    /**
     * Gets the "footnotePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnProps getFootnotePr();
    
    /**
     * True if has "footnotePr" element
     */
    boolean isSetFootnotePr();
    
    /**
     * Sets the "footnotePr" element
     */
    void setFootnotePr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnProps footnotePr);
    
    /**
     * Appends and returns a new empty "footnotePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnProps addNewFootnotePr();
    
    /**
     * Unsets the "footnotePr" element
     */
    void unsetFootnotePr();
    
    /**
     * Gets the "endnotePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEdnProps getEndnotePr();
    
    /**
     * True if has "endnotePr" element
     */
    boolean isSetEndnotePr();
    
    /**
     * Sets the "endnotePr" element
     */
    void setEndnotePr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEdnProps endnotePr);
    
    /**
     * Appends and returns a new empty "endnotePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEdnProps addNewEndnotePr();
    
    /**
     * Unsets the "endnotePr" element
     */
    void unsetEndnotePr();
    
    /**
     * Gets the "type" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectType getType();
    
    /**
     * True if has "type" element
     */
    boolean isSetType();
    
    /**
     * Sets the "type" element
     */
    void setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectType type);
    
    /**
     * Appends and returns a new empty "type" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectType addNewType();
    
    /**
     * Unsets the "type" element
     */
    void unsetType();
    
    /**
     * Gets the "pgSz" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageSz getPgSz();
    
    /**
     * True if has "pgSz" element
     */
    boolean isSetPgSz();
    
    /**
     * Sets the "pgSz" element
     */
    void setPgSz(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageSz pgSz);
    
    /**
     * Appends and returns a new empty "pgSz" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageSz addNewPgSz();
    
    /**
     * Unsets the "pgSz" element
     */
    void unsetPgSz();
    
    /**
     * Gets the "pgMar" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageMar getPgMar();
    
    /**
     * True if has "pgMar" element
     */
    boolean isSetPgMar();
    
    /**
     * Sets the "pgMar" element
     */
    void setPgMar(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageMar pgMar);
    
    /**
     * Appends and returns a new empty "pgMar" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageMar addNewPgMar();
    
    /**
     * Unsets the "pgMar" element
     */
    void unsetPgMar();
    
    /**
     * Gets the "paperSrc" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPaperSource getPaperSrc();
    
    /**
     * True if has "paperSrc" element
     */
    boolean isSetPaperSrc();
    
    /**
     * Sets the "paperSrc" element
     */
    void setPaperSrc(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPaperSource paperSrc);
    
    /**
     * Appends and returns a new empty "paperSrc" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPaperSource addNewPaperSrc();
    
    /**
     * Unsets the "paperSrc" element
     */
    void unsetPaperSrc();
    
    /**
     * Gets the "pgBorders" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageBorders getPgBorders();
    
    /**
     * True if has "pgBorders" element
     */
    boolean isSetPgBorders();
    
    /**
     * Sets the "pgBorders" element
     */
    void setPgBorders(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageBorders pgBorders);
    
    /**
     * Appends and returns a new empty "pgBorders" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageBorders addNewPgBorders();
    
    /**
     * Unsets the "pgBorders" element
     */
    void unsetPgBorders();
    
    /**
     * Gets the "lnNumType" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLineNumber getLnNumType();
    
    /**
     * True if has "lnNumType" element
     */
    boolean isSetLnNumType();
    
    /**
     * Sets the "lnNumType" element
     */
    void setLnNumType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLineNumber lnNumType);
    
    /**
     * Appends and returns a new empty "lnNumType" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLineNumber addNewLnNumType();
    
    /**
     * Unsets the "lnNumType" element
     */
    void unsetLnNumType();
    
    /**
     * Gets the "pgNumType" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageNumber getPgNumType();
    
    /**
     * True if has "pgNumType" element
     */
    boolean isSetPgNumType();
    
    /**
     * Sets the "pgNumType" element
     */
    void setPgNumType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageNumber pgNumType);
    
    /**
     * Appends and returns a new empty "pgNumType" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageNumber addNewPgNumType();
    
    /**
     * Unsets the "pgNumType" element
     */
    void unsetPgNumType();
    
    /**
     * Gets the "cols" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColumns getCols();
    
    /**
     * True if has "cols" element
     */
    boolean isSetCols();
    
    /**
     * Sets the "cols" element
     */
    void setCols(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColumns cols);
    
    /**
     * Appends and returns a new empty "cols" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColumns addNewCols();
    
    /**
     * Unsets the "cols" element
     */
    void unsetCols();
    
    /**
     * Gets the "formProt" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getFormProt();
    
    /**
     * True if has "formProt" element
     */
    boolean isSetFormProt();
    
    /**
     * Sets the "formProt" element
     */
    void setFormProt(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff formProt);
    
    /**
     * Appends and returns a new empty "formProt" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewFormProt();
    
    /**
     * Unsets the "formProt" element
     */
    void unsetFormProt();
    
    /**
     * Gets the "vAlign" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalJc getVAlign();
    
    /**
     * True if has "vAlign" element
     */
    boolean isSetVAlign();
    
    /**
     * Sets the "vAlign" element
     */
    void setVAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalJc vAlign);
    
    /**
     * Appends and returns a new empty "vAlign" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalJc addNewVAlign();
    
    /**
     * Unsets the "vAlign" element
     */
    void unsetVAlign();
    
    /**
     * Gets the "noEndnote" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getNoEndnote();
    
    /**
     * True if has "noEndnote" element
     */
    boolean isSetNoEndnote();
    
    /**
     * Sets the "noEndnote" element
     */
    void setNoEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff noEndnote);
    
    /**
     * Appends and returns a new empty "noEndnote" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewNoEndnote();
    
    /**
     * Unsets the "noEndnote" element
     */
    void unsetNoEndnote();
    
    /**
     * Gets the "titlePg" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getTitlePg();
    
    /**
     * True if has "titlePg" element
     */
    boolean isSetTitlePg();
    
    /**
     * Sets the "titlePg" element
     */
    void setTitlePg(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff titlePg);
    
    /**
     * Appends and returns a new empty "titlePg" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewTitlePg();
    
    /**
     * Unsets the "titlePg" element
     */
    void unsetTitlePg();
    
    /**
     * Gets the "textDirection" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection getTextDirection();
    
    /**
     * True if has "textDirection" element
     */
    boolean isSetTextDirection();
    
    /**
     * Sets the "textDirection" element
     */
    void setTextDirection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection textDirection);
    
    /**
     * Appends and returns a new empty "textDirection" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection addNewTextDirection();
    
    /**
     * Unsets the "textDirection" element
     */
    void unsetTextDirection();
    
    /**
     * Gets the "bidi" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getBidi();
    
    /**
     * True if has "bidi" element
     */
    boolean isSetBidi();
    
    /**
     * Sets the "bidi" element
     */
    void setBidi(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff bidi);
    
    /**
     * Appends and returns a new empty "bidi" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewBidi();
    
    /**
     * Unsets the "bidi" element
     */
    void unsetBidi();
    
    /**
     * Gets the "rtlGutter" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getRtlGutter();
    
    /**
     * True if has "rtlGutter" element
     */
    boolean isSetRtlGutter();
    
    /**
     * Sets the "rtlGutter" element
     */
    void setRtlGutter(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff rtlGutter);
    
    /**
     * Appends and returns a new empty "rtlGutter" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewRtlGutter();
    
    /**
     * Unsets the "rtlGutter" element
     */
    void unsetRtlGutter();
    
    /**
     * Gets the "docGrid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocGrid getDocGrid();
    
    /**
     * True if has "docGrid" element
     */
    boolean isSetDocGrid();
    
    /**
     * Sets the "docGrid" element
     */
    void setDocGrid(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocGrid docGrid);
    
    /**
     * Appends and returns a new empty "docGrid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocGrid addNewDocGrid();
    
    /**
     * Unsets the "docGrid" element
     */
    void unsetDocGrid();
    
    /**
     * Gets the "printerSettings" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRel getPrinterSettings();
    
    /**
     * True if has "printerSettings" element
     */
    boolean isSetPrinterSettings();
    
    /**
     * Sets the "printerSettings" element
     */
    void setPrinterSettings(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRel printerSettings);
    
    /**
     * Appends and returns a new empty "printerSettings" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRel addNewPrinterSettings();
    
    /**
     * Unsets the "printerSettings" element
     */
    void unsetPrinterSettings();
    
    /**
     * Gets the "rsidRPr" attribute
     */
    byte[] getRsidRPr();
    
    /**
     * Gets (as xml) the "rsidRPr" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetRsidRPr();
    
    /**
     * True if has "rsidRPr" attribute
     */
    boolean isSetRsidRPr();
    
    /**
     * Sets the "rsidRPr" attribute
     */
    void setRsidRPr(byte[] rsidRPr);
    
    /**
     * Sets (as xml) the "rsidRPr" attribute
     */
    void xsetRsidRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber rsidRPr);
    
    /**
     * Unsets the "rsidRPr" attribute
     */
    void unsetRsidRPr();
    
    /**
     * Gets the "rsidDel" attribute
     */
    byte[] getRsidDel();
    
    /**
     * Gets (as xml) the "rsidDel" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetRsidDel();
    
    /**
     * True if has "rsidDel" attribute
     */
    boolean isSetRsidDel();
    
    /**
     * Sets the "rsidDel" attribute
     */
    void setRsidDel(byte[] rsidDel);
    
    /**
     * Sets (as xml) the "rsidDel" attribute
     */
    void xsetRsidDel(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber rsidDel);
    
    /**
     * Unsets the "rsidDel" attribute
     */
    void unsetRsidDel();
    
    /**
     * Gets the "rsidR" attribute
     */
    byte[] getRsidR();
    
    /**
     * Gets (as xml) the "rsidR" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetRsidR();
    
    /**
     * True if has "rsidR" attribute
     */
    boolean isSetRsidR();
    
    /**
     * Sets the "rsidR" attribute
     */
    void setRsidR(byte[] rsidR);
    
    /**
     * Sets (as xml) the "rsidR" attribute
     */
    void xsetRsidR(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber rsidR);
    
    /**
     * Unsets the "rsidR" attribute
     */
    void unsetRsidR();
    
    /**
     * Gets the "rsidSect" attribute
     */
    byte[] getRsidSect();
    
    /**
     * Gets (as xml) the "rsidSect" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetRsidSect();
    
    /**
     * True if has "rsidSect" attribute
     */
    boolean isSetRsidSect();
    
    /**
     * Sets the "rsidSect" attribute
     */
    void setRsidSect(byte[] rsidSect);
    
    /**
     * Sets (as xml) the "rsidSect" attribute
     */
    void xsetRsidSect(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber rsidSect);
    
    /**
     * Unsets the "rsidSect" attribute
     */
    void unsetRsidSect();
    
    /**
     * 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.CTSectPrBase newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) 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.CTSectPrBase parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase 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.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase 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.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase 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.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase 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.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPrBase) 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.CTSectPrBase 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.CTSectPrBase) 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.CTSectPrBase 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.CTSectPrBase) 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