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

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


/**
 * An XML CT_Style(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTStyle extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTStyle.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctstyle41c1type");
    
    /**
     * Gets the "name" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getName();
    
    /**
     * True if has "name" element
     */
    boolean isSetName();
    
    /**
     * Sets the "name" element
     */
    void setName(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString name);
    
    /**
     * Appends and returns a new empty "name" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewName();
    
    /**
     * Unsets the "name" element
     */
    void unsetName();
    
    /**
     * Gets the "aliases" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getAliases();
    
    /**
     * True if has "aliases" element
     */
    boolean isSetAliases();
    
    /**
     * Sets the "aliases" element
     */
    void setAliases(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString aliases);
    
    /**
     * Appends and returns a new empty "aliases" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewAliases();
    
    /**
     * Unsets the "aliases" element
     */
    void unsetAliases();
    
    /**
     * Gets the "basedOn" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getBasedOn();
    
    /**
     * True if has "basedOn" element
     */
    boolean isSetBasedOn();
    
    /**
     * Sets the "basedOn" element
     */
    void setBasedOn(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString basedOn);
    
    /**
     * Appends and returns a new empty "basedOn" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewBasedOn();
    
    /**
     * Unsets the "basedOn" element
     */
    void unsetBasedOn();
    
    /**
     * Gets the "next" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getNext();
    
    /**
     * True if has "next" element
     */
    boolean isSetNext();
    
    /**
     * Sets the "next" element
     */
    void setNext(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString next);
    
    /**
     * Appends and returns a new empty "next" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewNext();
    
    /**
     * Unsets the "next" element
     */
    void unsetNext();
    
    /**
     * Gets the "link" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getLink();
    
    /**
     * True if has "link" element
     */
    boolean isSetLink();
    
    /**
     * Sets the "link" element
     */
    void setLink(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString link);
    
    /**
     * Appends and returns a new empty "link" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewLink();
    
    /**
     * Unsets the "link" element
     */
    void unsetLink();
    
    /**
     * Gets the "autoRedefine" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getAutoRedefine();
    
    /**
     * True if has "autoRedefine" element
     */
    boolean isSetAutoRedefine();
    
    /**
     * Sets the "autoRedefine" element
     */
    void setAutoRedefine(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff autoRedefine);
    
    /**
     * Appends and returns a new empty "autoRedefine" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewAutoRedefine();
    
    /**
     * Unsets the "autoRedefine" element
     */
    void unsetAutoRedefine();
    
    /**
     * Gets the "hidden" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getHidden();
    
    /**
     * True if has "hidden" element
     */
    boolean isSetHidden();
    
    /**
     * Sets the "hidden" element
     */
    void setHidden(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff hidden);
    
    /**
     * Appends and returns a new empty "hidden" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewHidden();
    
    /**
     * Unsets the "hidden" element
     */
    void unsetHidden();
    
    /**
     * Gets the "uiPriority" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getUiPriority();
    
    /**
     * True if has "uiPriority" element
     */
    boolean isSetUiPriority();
    
    /**
     * Sets the "uiPriority" element
     */
    void setUiPriority(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber uiPriority);
    
    /**
     * Appends and returns a new empty "uiPriority" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewUiPriority();
    
    /**
     * Unsets the "uiPriority" element
     */
    void unsetUiPriority();
    
    /**
     * Gets the "semiHidden" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getSemiHidden();
    
    /**
     * True if has "semiHidden" element
     */
    boolean isSetSemiHidden();
    
    /**
     * Sets the "semiHidden" element
     */
    void setSemiHidden(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff semiHidden);
    
    /**
     * Appends and returns a new empty "semiHidden" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewSemiHidden();
    
    /**
     * Unsets the "semiHidden" element
     */
    void unsetSemiHidden();
    
    /**
     * Gets the "unhideWhenUsed" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getUnhideWhenUsed();
    
    /**
     * True if has "unhideWhenUsed" element
     */
    boolean isSetUnhideWhenUsed();
    
    /**
     * Sets the "unhideWhenUsed" element
     */
    void setUnhideWhenUsed(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff unhideWhenUsed);
    
    /**
     * Appends and returns a new empty "unhideWhenUsed" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewUnhideWhenUsed();
    
    /**
     * Unsets the "unhideWhenUsed" element
     */
    void unsetUnhideWhenUsed();
    
    /**
     * Gets the "qFormat" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getQFormat();
    
    /**
     * True if has "qFormat" element
     */
    boolean isSetQFormat();
    
    /**
     * Sets the "qFormat" element
     */
    void setQFormat(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff qFormat);
    
    /**
     * Appends and returns a new empty "qFormat" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewQFormat();
    
    /**
     * Unsets the "qFormat" element
     */
    void unsetQFormat();
    
    /**
     * Gets the "locked" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getLocked();
    
    /**
     * True if has "locked" element
     */
    boolean isSetLocked();
    
    /**
     * Sets the "locked" element
     */
    void setLocked(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff locked);
    
    /**
     * Appends and returns a new empty "locked" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewLocked();
    
    /**
     * Unsets the "locked" element
     */
    void unsetLocked();
    
    /**
     * Gets the "personal" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getPersonal();
    
    /**
     * True if has "personal" element
     */
    boolean isSetPersonal();
    
    /**
     * Sets the "personal" element
     */
    void setPersonal(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff personal);
    
    /**
     * Appends and returns a new empty "personal" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewPersonal();
    
    /**
     * Unsets the "personal" element
     */
    void unsetPersonal();
    
    /**
     * Gets the "personalCompose" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getPersonalCompose();
    
    /**
     * True if has "personalCompose" element
     */
    boolean isSetPersonalCompose();
    
    /**
     * Sets the "personalCompose" element
     */
    void setPersonalCompose(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff personalCompose);
    
    /**
     * Appends and returns a new empty "personalCompose" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewPersonalCompose();
    
    /**
     * Unsets the "personalCompose" element
     */
    void unsetPersonalCompose();
    
    /**
     * Gets the "personalReply" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getPersonalReply();
    
    /**
     * True if has "personalReply" element
     */
    boolean isSetPersonalReply();
    
    /**
     * Sets the "personalReply" element
     */
    void setPersonalReply(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff personalReply);
    
    /**
     * Appends and returns a new empty "personalReply" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewPersonalReply();
    
    /**
     * Unsets the "personalReply" element
     */
    void unsetPersonalReply();
    
    /**
     * Gets the "rsid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLongHexNumber getRsid();
    
    /**
     * True if has "rsid" element
     */
    boolean isSetRsid();
    
    /**
     * Sets the "rsid" element
     */
    void setRsid(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLongHexNumber rsid);
    
    /**
     * Appends and returns a new empty "rsid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLongHexNumber addNewRsid();
    
    /**
     * Unsets the "rsid" element
     */
    void unsetRsid();
    
    /**
     * Gets the "pPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getPPr();
    
    /**
     * True if has "pPr" element
     */
    boolean isSetPPr();
    
    /**
     * Sets the "pPr" element
     */
    void setPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr);
    
    /**
     * Appends and returns a new empty "pPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr addNewPPr();
    
    /**
     * Unsets the "pPr" element
     */
    void unsetPPr();
    
    /**
     * Gets the "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr();
    
    /**
     * True if has "rPr" element
     */
    boolean isSetRPr();
    
    /**
     * Sets the "rPr" element
     */
    void setRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr);
    
    /**
     * Appends and returns a new empty "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr addNewRPr();
    
    /**
     * Unsets the "rPr" element
     */
    void unsetRPr();
    
    /**
     * Gets the "tblPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase getTblPr();
    
    /**
     * True if has "tblPr" element
     */
    boolean isSetTblPr();
    
    /**
     * Sets the "tblPr" element
     */
    void setTblPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr);
    
    /**
     * Appends and returns a new empty "tblPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase addNewTblPr();
    
    /**
     * Unsets the "tblPr" element
     */
    void unsetTblPr();
    
    /**
     * Gets the "trPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr getTrPr();
    
    /**
     * True if has "trPr" element
     */
    boolean isSetTrPr();
    
    /**
     * Sets the "trPr" element
     */
    void setTrPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr);
    
    /**
     * Appends and returns a new empty "trPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr addNewTrPr();
    
    /**
     * Unsets the "trPr" element
     */
    void unsetTrPr();
    
    /**
     * Gets the "tcPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr getTcPr();
    
    /**
     * True if has "tcPr" element
     */
    boolean isSetTcPr();
    
    /**
     * Sets the "tcPr" element
     */
    void setTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr);
    
    /**
     * Appends and returns a new empty "tcPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr addNewTcPr();
    
    /**
     * Unsets the "tcPr" element
     */
    void unsetTcPr();
    
    /**
     * Gets a List of "tblStylePr" elements
     */
    java.util.List getTblStylePrList();
    
    /**
     * Gets array of all "tblStylePr" elements
     * @deprecated
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr[] getTblStylePrArray();
    
    /**
     * Gets ith "tblStylePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr getTblStylePrArray(int i);
    
    /**
     * Returns number of "tblStylePr" element
     */
    int sizeOfTblStylePrArray();
    
    /**
     * Sets array of all "tblStylePr" element
     */
    void setTblStylePrArray(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr[] tblStylePrArray);
    
    /**
     * Sets ith "tblStylePr" element
     */
    void setTblStylePrArray(int i, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "tblStylePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr insertNewTblStylePr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "tblStylePr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr addNewTblStylePr();
    
    /**
     * Removes the ith "tblStylePr" element
     */
    void removeTblStylePr(int i);
    
    /**
     * Gets the "type" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum getType();
    
    /**
     * Gets (as xml) the "type" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType xgetType();
    
    /**
     * True if has "type" attribute
     */
    boolean isSetType();
    
    /**
     * Sets the "type" attribute
     */
    void setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum type);
    
    /**
     * Sets (as xml) the "type" attribute
     */
    void xsetType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType type);
    
    /**
     * Unsets the "type" attribute
     */
    void unsetType();
    
    /**
     * Gets the "styleId" attribute
     */
    java.lang.String getStyleId();
    
    /**
     * Gets (as xml) the "styleId" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STString xgetStyleId();
    
    /**
     * True if has "styleId" attribute
     */
    boolean isSetStyleId();
    
    /**
     * Sets the "styleId" attribute
     */
    void setStyleId(java.lang.String styleId);
    
    /**
     * Sets (as xml) the "styleId" attribute
     */
    void xsetStyleId(org.openxmlformats.schemas.wordprocessingml.x2006.main.STString styleId);
    
    /**
     * Unsets the "styleId" attribute
     */
    void unsetStyleId();
    
    /**
     * Gets the "default" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getDefault();
    
    /**
     * Gets (as xml) the "default" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetDefault();
    
    /**
     * True if has "default" attribute
     */
    boolean isSetDefault();
    
    /**
     * Sets the "default" attribute
     */
    void setDefault(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum xdefault);
    
    /**
     * Sets (as xml) the "default" attribute
     */
    void xsetDefault(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xdefault);
    
    /**
     * Unsets the "default" attribute
     */
    void unsetDefault();
    
    /**
     * Gets the "customStyle" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getCustomStyle();
    
    /**
     * Gets (as xml) the "customStyle" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetCustomStyle();
    
    /**
     * True if has "customStyle" attribute
     */
    boolean isSetCustomStyle();
    
    /**
     * Sets the "customStyle" attribute
     */
    void setCustomStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum customStyle);
    
    /**
     * Sets (as xml) the "customStyle" attribute
     */
    void xsetCustomStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff customStyle);
    
    /**
     * Unsets the "customStyle" attribute
     */
    void unsetCustomStyle();
    
    /**
     * 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.CTStyle newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) 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.CTStyle parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle 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.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle 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.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle 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.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle 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.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) 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.CTStyle 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.CTStyle) 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.CTStyle 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.CTStyle) 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