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

org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  CT_TextParagraphProperties
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
 * Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.main;


/**
 * An XML CT_TextParagraphProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTextParagraphProperties extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("cttextparagraphpropertiesdd05type");
    
    /**
     * Gets the "lnSpc" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing getLnSpc();
    
    /**
     * True if has "lnSpc" element
     */
    boolean isSetLnSpc();
    
    /**
     * Sets the "lnSpc" element
     */
    void setLnSpc(org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing lnSpc);
    
    /**
     * Appends and returns a new empty "lnSpc" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing addNewLnSpc();
    
    /**
     * Unsets the "lnSpc" element
     */
    void unsetLnSpc();
    
    /**
     * Gets the "spcBef" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing getSpcBef();
    
    /**
     * True if has "spcBef" element
     */
    boolean isSetSpcBef();
    
    /**
     * Sets the "spcBef" element
     */
    void setSpcBef(org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing spcBef);
    
    /**
     * Appends and returns a new empty "spcBef" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing addNewSpcBef();
    
    /**
     * Unsets the "spcBef" element
     */
    void unsetSpcBef();
    
    /**
     * Gets the "spcAft" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing getSpcAft();
    
    /**
     * True if has "spcAft" element
     */
    boolean isSetSpcAft();
    
    /**
     * Sets the "spcAft" element
     */
    void setSpcAft(org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing spcAft);
    
    /**
     * Appends and returns a new empty "spcAft" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing addNewSpcAft();
    
    /**
     * Unsets the "spcAft" element
     */
    void unsetSpcAft();
    
    /**
     * Gets the "buClrTx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletColorFollowText getBuClrTx();
    
    /**
     * True if has "buClrTx" element
     */
    boolean isSetBuClrTx();
    
    /**
     * Sets the "buClrTx" element
     */
    void setBuClrTx(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletColorFollowText buClrTx);
    
    /**
     * Appends and returns a new empty "buClrTx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletColorFollowText addNewBuClrTx();
    
    /**
     * Unsets the "buClrTx" element
     */
    void unsetBuClrTx();
    
    /**
     * Gets the "buClr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColor getBuClr();
    
    /**
     * True if has "buClr" element
     */
    boolean isSetBuClr();
    
    /**
     * Sets the "buClr" element
     */
    void setBuClr(org.openxmlformats.schemas.drawingml.x2006.main.CTColor buClr);
    
    /**
     * Appends and returns a new empty "buClr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColor addNewBuClr();
    
    /**
     * Unsets the "buClr" element
     */
    void unsetBuClr();
    
    /**
     * Gets the "buSzTx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizeFollowText getBuSzTx();
    
    /**
     * True if has "buSzTx" element
     */
    boolean isSetBuSzTx();
    
    /**
     * Sets the "buSzTx" element
     */
    void setBuSzTx(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizeFollowText buSzTx);
    
    /**
     * Appends and returns a new empty "buSzTx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizeFollowText addNewBuSzTx();
    
    /**
     * Unsets the "buSzTx" element
     */
    void unsetBuSzTx();
    
    /**
     * Gets the "buSzPct" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent getBuSzPct();
    
    /**
     * True if has "buSzPct" element
     */
    boolean isSetBuSzPct();
    
    /**
     * Sets the "buSzPct" element
     */
    void setBuSzPct(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent buSzPct);
    
    /**
     * Appends and returns a new empty "buSzPct" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent addNewBuSzPct();
    
    /**
     * Unsets the "buSzPct" element
     */
    void unsetBuSzPct();
    
    /**
     * Gets the "buSzPts" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint getBuSzPts();
    
    /**
     * True if has "buSzPts" element
     */
    boolean isSetBuSzPts();
    
    /**
     * Sets the "buSzPts" element
     */
    void setBuSzPts(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint buSzPts);
    
    /**
     * Appends and returns a new empty "buSzPts" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint addNewBuSzPts();
    
    /**
     * Unsets the "buSzPts" element
     */
    void unsetBuSzPts();
    
    /**
     * Gets the "buFontTx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletTypefaceFollowText getBuFontTx();
    
    /**
     * True if has "buFontTx" element
     */
    boolean isSetBuFontTx();
    
    /**
     * Sets the "buFontTx" element
     */
    void setBuFontTx(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletTypefaceFollowText buFontTx);
    
    /**
     * Appends and returns a new empty "buFontTx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletTypefaceFollowText addNewBuFontTx();
    
    /**
     * Unsets the "buFontTx" element
     */
    void unsetBuFontTx();
    
    /**
     * Gets the "buFont" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont getBuFont();
    
    /**
     * True if has "buFont" element
     */
    boolean isSetBuFont();
    
    /**
     * Sets the "buFont" element
     */
    void setBuFont(org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont buFont);
    
    /**
     * Appends and returns a new empty "buFont" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont addNewBuFont();
    
    /**
     * Unsets the "buFont" element
     */
    void unsetBuFont();
    
    /**
     * Gets the "buNone" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoBullet getBuNone();
    
    /**
     * True if has "buNone" element
     */
    boolean isSetBuNone();
    
    /**
     * Sets the "buNone" element
     */
    void setBuNone(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoBullet buNone);
    
    /**
     * Appends and returns a new empty "buNone" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoBullet addNewBuNone();
    
    /**
     * Unsets the "buNone" element
     */
    void unsetBuNone();
    
    /**
     * Gets the "buAutoNum" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextAutonumberBullet getBuAutoNum();
    
    /**
     * True if has "buAutoNum" element
     */
    boolean isSetBuAutoNum();
    
    /**
     * Sets the "buAutoNum" element
     */
    void setBuAutoNum(org.openxmlformats.schemas.drawingml.x2006.main.CTTextAutonumberBullet buAutoNum);
    
    /**
     * Appends and returns a new empty "buAutoNum" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextAutonumberBullet addNewBuAutoNum();
    
    /**
     * Unsets the "buAutoNum" element
     */
    void unsetBuAutoNum();
    
    /**
     * Gets the "buChar" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharBullet getBuChar();
    
    /**
     * True if has "buChar" element
     */
    boolean isSetBuChar();
    
    /**
     * Sets the "buChar" element
     */
    void setBuChar(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharBullet buChar);
    
    /**
     * Appends and returns a new empty "buChar" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharBullet addNewBuChar();
    
    /**
     * Unsets the "buChar" element
     */
    void unsetBuChar();
    
    /**
     * Gets the "buBlip" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBlipBullet getBuBlip();
    
    /**
     * True if has "buBlip" element
     */
    boolean isSetBuBlip();
    
    /**
     * Sets the "buBlip" element
     */
    void setBuBlip(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBlipBullet buBlip);
    
    /**
     * Appends and returns a new empty "buBlip" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBlipBullet addNewBuBlip();
    
    /**
     * Unsets the "buBlip" element
     */
    void unsetBuBlip();
    
    /**
     * Gets the "tabLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextTabStopList getTabLst();
    
    /**
     * True if has "tabLst" element
     */
    boolean isSetTabLst();
    
    /**
     * Sets the "tabLst" element
     */
    void setTabLst(org.openxmlformats.schemas.drawingml.x2006.main.CTTextTabStopList tabLst);
    
    /**
     * Appends and returns a new empty "tabLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextTabStopList addNewTabLst();
    
    /**
     * Unsets the "tabLst" element
     */
    void unsetTabLst();
    
    /**
     * Gets the "defRPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties getDefRPr();
    
    /**
     * True if has "defRPr" element
     */
    boolean isSetDefRPr();
    
    /**
     * Sets the "defRPr" element
     */
    void setDefRPr(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties defRPr);
    
    /**
     * Appends and returns a new empty "defRPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties addNewDefRPr();
    
    /**
     * Unsets the "defRPr" element
     */
    void unsetDefRPr();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "marL" attribute
     */
    int getMarL();
    
    /**
     * Gets (as xml) the "marL" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextMargin xgetMarL();
    
    /**
     * True if has "marL" attribute
     */
    boolean isSetMarL();
    
    /**
     * Sets the "marL" attribute
     */
    void setMarL(int marL);
    
    /**
     * Sets (as xml) the "marL" attribute
     */
    void xsetMarL(org.openxmlformats.schemas.drawingml.x2006.main.STTextMargin marL);
    
    /**
     * Unsets the "marL" attribute
     */
    void unsetMarL();
    
    /**
     * Gets the "marR" attribute
     */
    int getMarR();
    
    /**
     * Gets (as xml) the "marR" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextMargin xgetMarR();
    
    /**
     * True if has "marR" attribute
     */
    boolean isSetMarR();
    
    /**
     * Sets the "marR" attribute
     */
    void setMarR(int marR);
    
    /**
     * Sets (as xml) the "marR" attribute
     */
    void xsetMarR(org.openxmlformats.schemas.drawingml.x2006.main.STTextMargin marR);
    
    /**
     * Unsets the "marR" attribute
     */
    void unsetMarR();
    
    /**
     * Gets the "lvl" attribute
     */
    int getLvl();
    
    /**
     * Gets (as xml) the "lvl" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextIndentLevelType xgetLvl();
    
    /**
     * True if has "lvl" attribute
     */
    boolean isSetLvl();
    
    /**
     * Sets the "lvl" attribute
     */
    void setLvl(int lvl);
    
    /**
     * Sets (as xml) the "lvl" attribute
     */
    void xsetLvl(org.openxmlformats.schemas.drawingml.x2006.main.STTextIndentLevelType lvl);
    
    /**
     * Unsets the "lvl" attribute
     */
    void unsetLvl();
    
    /**
     * Gets the "indent" attribute
     */
    int getIndent();
    
    /**
     * Gets (as xml) the "indent" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextIndent xgetIndent();
    
    /**
     * True if has "indent" attribute
     */
    boolean isSetIndent();
    
    /**
     * Sets the "indent" attribute
     */
    void setIndent(int indent);
    
    /**
     * Sets (as xml) the "indent" attribute
     */
    void xsetIndent(org.openxmlformats.schemas.drawingml.x2006.main.STTextIndent indent);
    
    /**
     * Unsets the "indent" attribute
     */
    void unsetIndent();
    
    /**
     * Gets the "algn" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextAlignType.Enum getAlgn();
    
    /**
     * Gets (as xml) the "algn" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextAlignType xgetAlgn();
    
    /**
     * True if has "algn" attribute
     */
    boolean isSetAlgn();
    
    /**
     * Sets the "algn" attribute
     */
    void setAlgn(org.openxmlformats.schemas.drawingml.x2006.main.STTextAlignType.Enum algn);
    
    /**
     * Sets (as xml) the "algn" attribute
     */
    void xsetAlgn(org.openxmlformats.schemas.drawingml.x2006.main.STTextAlignType algn);
    
    /**
     * Unsets the "algn" attribute
     */
    void unsetAlgn();
    
    /**
     * Gets the "defTabSz" attribute
     */
    java.lang.Object getDefTabSz();
    
    /**
     * Gets (as xml) the "defTabSz" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 xgetDefTabSz();
    
    /**
     * True if has "defTabSz" attribute
     */
    boolean isSetDefTabSz();
    
    /**
     * Sets the "defTabSz" attribute
     */
    void setDefTabSz(java.lang.Object defTabSz);
    
    /**
     * Sets (as xml) the "defTabSz" attribute
     */
    void xsetDefTabSz(org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 defTabSz);
    
    /**
     * Unsets the "defTabSz" attribute
     */
    void unsetDefTabSz();
    
    /**
     * Gets the "rtl" attribute
     */
    boolean getRtl();
    
    /**
     * Gets (as xml) the "rtl" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRtl();
    
    /**
     * True if has "rtl" attribute
     */
    boolean isSetRtl();
    
    /**
     * Sets the "rtl" attribute
     */
    void setRtl(boolean rtl);
    
    /**
     * Sets (as xml) the "rtl" attribute
     */
    void xsetRtl(org.apache.xmlbeans.XmlBoolean rtl);
    
    /**
     * Unsets the "rtl" attribute
     */
    void unsetRtl();
    
    /**
     * Gets the "eaLnBrk" attribute
     */
    boolean getEaLnBrk();
    
    /**
     * Gets (as xml) the "eaLnBrk" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetEaLnBrk();
    
    /**
     * True if has "eaLnBrk" attribute
     */
    boolean isSetEaLnBrk();
    
    /**
     * Sets the "eaLnBrk" attribute
     */
    void setEaLnBrk(boolean eaLnBrk);
    
    /**
     * Sets (as xml) the "eaLnBrk" attribute
     */
    void xsetEaLnBrk(org.apache.xmlbeans.XmlBoolean eaLnBrk);
    
    /**
     * Unsets the "eaLnBrk" attribute
     */
    void unsetEaLnBrk();
    
    /**
     * Gets the "fontAlgn" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextFontAlignType.Enum getFontAlgn();
    
    /**
     * Gets (as xml) the "fontAlgn" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STTextFontAlignType xgetFontAlgn();
    
    /**
     * True if has "fontAlgn" attribute
     */
    boolean isSetFontAlgn();
    
    /**
     * Sets the "fontAlgn" attribute
     */
    void setFontAlgn(org.openxmlformats.schemas.drawingml.x2006.main.STTextFontAlignType.Enum fontAlgn);
    
    /**
     * Sets (as xml) the "fontAlgn" attribute
     */
    void xsetFontAlgn(org.openxmlformats.schemas.drawingml.x2006.main.STTextFontAlignType fontAlgn);
    
    /**
     * Unsets the "fontAlgn" attribute
     */
    void unsetFontAlgn();
    
    /**
     * Gets the "latinLnBrk" attribute
     */
    boolean getLatinLnBrk();
    
    /**
     * Gets (as xml) the "latinLnBrk" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetLatinLnBrk();
    
    /**
     * True if has "latinLnBrk" attribute
     */
    boolean isSetLatinLnBrk();
    
    /**
     * Sets the "latinLnBrk" attribute
     */
    void setLatinLnBrk(boolean latinLnBrk);
    
    /**
     * Sets (as xml) the "latinLnBrk" attribute
     */
    void xsetLatinLnBrk(org.apache.xmlbeans.XmlBoolean latinLnBrk);
    
    /**
     * Unsets the "latinLnBrk" attribute
     */
    void unsetLatinLnBrk();
    
    /**
     * Gets the "hangingPunct" attribute
     */
    boolean getHangingPunct();
    
    /**
     * Gets (as xml) the "hangingPunct" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHangingPunct();
    
    /**
     * True if has "hangingPunct" attribute
     */
    boolean isSetHangingPunct();
    
    /**
     * Sets the "hangingPunct" attribute
     */
    void setHangingPunct(boolean hangingPunct);
    
    /**
     * Sets (as xml) the "hangingPunct" attribute
     */
    void xsetHangingPunct(org.apache.xmlbeans.XmlBoolean hangingPunct);
    
    /**
     * Unsets the "hangingPunct" attribute
     */
    void unsetHangingPunct();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy