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

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


/**
 * An XML CT_RPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTRPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctrpr097etype");
    
    /**
     * Gets the "rStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getRStyle();
    
    /**
     * True if has "rStyle" element
     */
    boolean isSetRStyle();
    
    /**
     * Sets the "rStyle" element
     */
    void setRStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString rStyle);
    
    /**
     * Appends and returns a new empty "rStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewRStyle();
    
    /**
     * Unsets the "rStyle" element
     */
    void unsetRStyle();
    
    /**
     * Gets the "rFonts" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts getRFonts();
    
    /**
     * True if has "rFonts" element
     */
    boolean isSetRFonts();
    
    /**
     * Sets the "rFonts" element
     */
    void setRFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts rFonts);
    
    /**
     * Appends and returns a new empty "rFonts" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts addNewRFonts();
    
    /**
     * Unsets the "rFonts" element
     */
    void unsetRFonts();
    
    /**
     * Gets the "b" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getB();
    
    /**
     * True if has "b" element
     */
    boolean isSetB();
    
    /**
     * Sets the "b" element
     */
    void setB(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff b);
    
    /**
     * Appends and returns a new empty "b" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewB();
    
    /**
     * Unsets the "b" element
     */
    void unsetB();
    
    /**
     * Gets the "bCs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getBCs();
    
    /**
     * True if has "bCs" element
     */
    boolean isSetBCs();
    
    /**
     * Sets the "bCs" element
     */
    void setBCs(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff bCs);
    
    /**
     * Appends and returns a new empty "bCs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewBCs();
    
    /**
     * Unsets the "bCs" element
     */
    void unsetBCs();
    
    /**
     * Gets the "i" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getI();
    
    /**
     * True if has "i" element
     */
    boolean isSetI();
    
    /**
     * Sets the "i" element
     */
    void setI(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff iValue);
    
    /**
     * Appends and returns a new empty "i" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewI();
    
    /**
     * Unsets the "i" element
     */
    void unsetI();
    
    /**
     * Gets the "iCs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getICs();
    
    /**
     * True if has "iCs" element
     */
    boolean isSetICs();
    
    /**
     * Sets the "iCs" element
     */
    void setICs(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff iCs);
    
    /**
     * Appends and returns a new empty "iCs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewICs();
    
    /**
     * Unsets the "iCs" element
     */
    void unsetICs();
    
    /**
     * Gets the "caps" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getCaps();
    
    /**
     * True if has "caps" element
     */
    boolean isSetCaps();
    
    /**
     * Sets the "caps" element
     */
    void setCaps(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff caps);
    
    /**
     * Appends and returns a new empty "caps" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewCaps();
    
    /**
     * Unsets the "caps" element
     */
    void unsetCaps();
    
    /**
     * Gets the "smallCaps" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getSmallCaps();
    
    /**
     * True if has "smallCaps" element
     */
    boolean isSetSmallCaps();
    
    /**
     * Sets the "smallCaps" element
     */
    void setSmallCaps(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff smallCaps);
    
    /**
     * Appends and returns a new empty "smallCaps" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewSmallCaps();
    
    /**
     * Unsets the "smallCaps" element
     */
    void unsetSmallCaps();
    
    /**
     * Gets the "strike" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getStrike();
    
    /**
     * True if has "strike" element
     */
    boolean isSetStrike();
    
    /**
     * Sets the "strike" element
     */
    void setStrike(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff strike);
    
    /**
     * Appends and returns a new empty "strike" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewStrike();
    
    /**
     * Unsets the "strike" element
     */
    void unsetStrike();
    
    /**
     * Gets the "dstrike" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getDstrike();
    
    /**
     * True if has "dstrike" element
     */
    boolean isSetDstrike();
    
    /**
     * Sets the "dstrike" element
     */
    void setDstrike(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff dstrike);
    
    /**
     * Appends and returns a new empty "dstrike" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewDstrike();
    
    /**
     * Unsets the "dstrike" element
     */
    void unsetDstrike();
    
    /**
     * Gets the "outline" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getOutline();
    
    /**
     * True if has "outline" element
     */
    boolean isSetOutline();
    
    /**
     * Sets the "outline" element
     */
    void setOutline(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff outline);
    
    /**
     * Appends and returns a new empty "outline" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewOutline();
    
    /**
     * Unsets the "outline" element
     */
    void unsetOutline();
    
    /**
     * Gets the "shadow" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getShadow();
    
    /**
     * True if has "shadow" element
     */
    boolean isSetShadow();
    
    /**
     * Sets the "shadow" element
     */
    void setShadow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff shadow);
    
    /**
     * Appends and returns a new empty "shadow" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewShadow();
    
    /**
     * Unsets the "shadow" element
     */
    void unsetShadow();
    
    /**
     * Gets the "emboss" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getEmboss();
    
    /**
     * True if has "emboss" element
     */
    boolean isSetEmboss();
    
    /**
     * Sets the "emboss" element
     */
    void setEmboss(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff emboss);
    
    /**
     * Appends and returns a new empty "emboss" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewEmboss();
    
    /**
     * Unsets the "emboss" element
     */
    void unsetEmboss();
    
    /**
     * Gets the "imprint" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getImprint();
    
    /**
     * True if has "imprint" element
     */
    boolean isSetImprint();
    
    /**
     * Sets the "imprint" element
     */
    void setImprint(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff imprint);
    
    /**
     * Appends and returns a new empty "imprint" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewImprint();
    
    /**
     * Unsets the "imprint" element
     */
    void unsetImprint();
    
    /**
     * Gets the "noProof" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getNoProof();
    
    /**
     * True if has "noProof" element
     */
    boolean isSetNoProof();
    
    /**
     * Sets the "noProof" element
     */
    void setNoProof(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff noProof);
    
    /**
     * Appends and returns a new empty "noProof" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewNoProof();
    
    /**
     * Unsets the "noProof" element
     */
    void unsetNoProof();
    
    /**
     * Gets the "snapToGrid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getSnapToGrid();
    
    /**
     * True if has "snapToGrid" element
     */
    boolean isSetSnapToGrid();
    
    /**
     * Sets the "snapToGrid" element
     */
    void setSnapToGrid(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff snapToGrid);
    
    /**
     * Appends and returns a new empty "snapToGrid" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewSnapToGrid();
    
    /**
     * Unsets the "snapToGrid" element
     */
    void unsetSnapToGrid();
    
    /**
     * Gets the "vanish" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getVanish();
    
    /**
     * True if has "vanish" element
     */
    boolean isSetVanish();
    
    /**
     * Sets the "vanish" element
     */
    void setVanish(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff vanish);
    
    /**
     * Appends and returns a new empty "vanish" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewVanish();
    
    /**
     * Unsets the "vanish" element
     */
    void unsetVanish();
    
    /**
     * Gets the "webHidden" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getWebHidden();
    
    /**
     * True if has "webHidden" element
     */
    boolean isSetWebHidden();
    
    /**
     * Sets the "webHidden" element
     */
    void setWebHidden(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff webHidden);
    
    /**
     * Appends and returns a new empty "webHidden" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewWebHidden();
    
    /**
     * Unsets the "webHidden" element
     */
    void unsetWebHidden();
    
    /**
     * Gets the "color" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColor getColor();
    
    /**
     * True if has "color" element
     */
    boolean isSetColor();
    
    /**
     * Sets the "color" element
     */
    void setColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColor color);
    
    /**
     * Appends and returns a new empty "color" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColor addNewColor();
    
    /**
     * Unsets the "color" element
     */
    void unsetColor();
    
    /**
     * Gets the "spacing" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSignedTwipsMeasure getSpacing();
    
    /**
     * True if has "spacing" element
     */
    boolean isSetSpacing();
    
    /**
     * Sets the "spacing" element
     */
    void setSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSignedTwipsMeasure spacing);
    
    /**
     * Appends and returns a new empty "spacing" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSignedTwipsMeasure addNewSpacing();
    
    /**
     * Unsets the "spacing" element
     */
    void unsetSpacing();
    
    /**
     * Gets the "w" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextScale getW();
    
    /**
     * True if has "w" element
     */
    boolean isSetW();
    
    /**
     * Sets the "w" element
     */
    void setW(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextScale w);
    
    /**
     * Appends and returns a new empty "w" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextScale addNewW();
    
    /**
     * Unsets the "w" element
     */
    void unsetW();
    
    /**
     * Gets the "kern" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure getKern();
    
    /**
     * True if has "kern" element
     */
    boolean isSetKern();
    
    /**
     * Sets the "kern" element
     */
    void setKern(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure kern);
    
    /**
     * Appends and returns a new empty "kern" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure addNewKern();
    
    /**
     * Unsets the "kern" element
     */
    void unsetKern();
    
    /**
     * Gets the "position" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSignedHpsMeasure getPosition();
    
    /**
     * True if has "position" element
     */
    boolean isSetPosition();
    
    /**
     * Sets the "position" element
     */
    void setPosition(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSignedHpsMeasure position);
    
    /**
     * Appends and returns a new empty "position" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSignedHpsMeasure addNewPosition();
    
    /**
     * Unsets the "position" element
     */
    void unsetPosition();
    
    /**
     * Gets the "sz" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure getSz();
    
    /**
     * True if has "sz" element
     */
    boolean isSetSz();
    
    /**
     * Sets the "sz" element
     */
    void setSz(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure sz);
    
    /**
     * Appends and returns a new empty "sz" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure addNewSz();
    
    /**
     * Unsets the "sz" element
     */
    void unsetSz();
    
    /**
     * Gets the "szCs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure getSzCs();
    
    /**
     * True if has "szCs" element
     */
    boolean isSetSzCs();
    
    /**
     * Sets the "szCs" element
     */
    void setSzCs(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure szCs);
    
    /**
     * Appends and returns a new empty "szCs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHpsMeasure addNewSzCs();
    
    /**
     * Unsets the "szCs" element
     */
    void unsetSzCs();
    
    /**
     * Gets the "highlight" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHighlight getHighlight();
    
    /**
     * True if has "highlight" element
     */
    boolean isSetHighlight();
    
    /**
     * Sets the "highlight" element
     */
    void setHighlight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHighlight highlight);
    
    /**
     * Appends and returns a new empty "highlight" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHighlight addNewHighlight();
    
    /**
     * Unsets the "highlight" element
     */
    void unsetHighlight();
    
    /**
     * Gets the "u" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTUnderline getU();
    
    /**
     * True if has "u" element
     */
    boolean isSetU();
    
    /**
     * Sets the "u" element
     */
    void setU(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTUnderline u);
    
    /**
     * Appends and returns a new empty "u" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTUnderline addNewU();
    
    /**
     * Unsets the "u" element
     */
    void unsetU();
    
    /**
     * Gets the "effect" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextEffect getEffect();
    
    /**
     * True if has "effect" element
     */
    boolean isSetEffect();
    
    /**
     * Sets the "effect" element
     */
    void setEffect(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextEffect effect);
    
    /**
     * Appends and returns a new empty "effect" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextEffect addNewEffect();
    
    /**
     * Unsets the "effect" element
     */
    void unsetEffect();
    
    /**
     * Gets the "bdr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBdr();
    
    /**
     * True if has "bdr" element
     */
    boolean isSetBdr();
    
    /**
     * Sets the "bdr" element
     */
    void setBdr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder bdr);
    
    /**
     * Appends and returns a new empty "bdr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder addNewBdr();
    
    /**
     * Unsets the "bdr" element
     */
    void unsetBdr();
    
    /**
     * Gets the "shd" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd getShd();
    
    /**
     * True if has "shd" element
     */
    boolean isSetShd();
    
    /**
     * Sets the "shd" element
     */
    void setShd(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd shd);
    
    /**
     * Appends and returns a new empty "shd" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd addNewShd();
    
    /**
     * Unsets the "shd" element
     */
    void unsetShd();
    
    /**
     * Gets the "fitText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFitText getFitText();
    
    /**
     * True if has "fitText" element
     */
    boolean isSetFitText();
    
    /**
     * Sets the "fitText" element
     */
    void setFitText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFitText fitText);
    
    /**
     * Appends and returns a new empty "fitText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFitText addNewFitText();
    
    /**
     * Unsets the "fitText" element
     */
    void unsetFitText();
    
    /**
     * Gets the "vertAlign" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalAlignRun getVertAlign();
    
    /**
     * True if has "vertAlign" element
     */
    boolean isSetVertAlign();
    
    /**
     * Sets the "vertAlign" element
     */
    void setVertAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalAlignRun vertAlign);
    
    /**
     * Appends and returns a new empty "vertAlign" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalAlignRun addNewVertAlign();
    
    /**
     * Unsets the "vertAlign" element
     */
    void unsetVertAlign();
    
    /**
     * Gets the "rtl" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getRtl();
    
    /**
     * True if has "rtl" element
     */
    boolean isSetRtl();
    
    /**
     * Sets the "rtl" element
     */
    void setRtl(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff rtl);
    
    /**
     * Appends and returns a new empty "rtl" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewRtl();
    
    /**
     * Unsets the "rtl" element
     */
    void unsetRtl();
    
    /**
     * Gets the "cs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getCs();
    
    /**
     * True if has "cs" element
     */
    boolean isSetCs();
    
    /**
     * Sets the "cs" element
     */
    void setCs(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff cs);
    
    /**
     * Appends and returns a new empty "cs" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewCs();
    
    /**
     * Unsets the "cs" element
     */
    void unsetCs();
    
    /**
     * Gets the "em" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEm getEm();
    
    /**
     * True if has "em" element
     */
    boolean isSetEm();
    
    /**
     * Sets the "em" element
     */
    void setEm(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEm em);
    
    /**
     * Appends and returns a new empty "em" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEm addNewEm();
    
    /**
     * Unsets the "em" element
     */
    void unsetEm();
    
    /**
     * Gets the "lang" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage getLang();
    
    /**
     * True if has "lang" element
     */
    boolean isSetLang();
    
    /**
     * Sets the "lang" element
     */
    void setLang(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage lang);
    
    /**
     * Appends and returns a new empty "lang" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage addNewLang();
    
    /**
     * Unsets the "lang" element
     */
    void unsetLang();
    
    /**
     * Gets the "eastAsianLayout" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEastAsianLayout getEastAsianLayout();
    
    /**
     * True if has "eastAsianLayout" element
     */
    boolean isSetEastAsianLayout();
    
    /**
     * Sets the "eastAsianLayout" element
     */
    void setEastAsianLayout(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEastAsianLayout eastAsianLayout);
    
    /**
     * Appends and returns a new empty "eastAsianLayout" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEastAsianLayout addNewEastAsianLayout();
    
    /**
     * Unsets the "eastAsianLayout" element
     */
    void unsetEastAsianLayout();
    
    /**
     * Gets the "specVanish" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getSpecVanish();
    
    /**
     * True if has "specVanish" element
     */
    boolean isSetSpecVanish();
    
    /**
     * Sets the "specVanish" element
     */
    void setSpecVanish(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff specVanish);
    
    /**
     * Appends and returns a new empty "specVanish" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewSpecVanish();
    
    /**
     * Unsets the "specVanish" element
     */
    void unsetSpecVanish();
    
    /**
     * Gets the "oMath" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getOMath();
    
    /**
     * True if has "oMath" element
     */
    boolean isSetOMath();
    
    /**
     * Sets the "oMath" element
     */
    void setOMath(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff oMath);
    
    /**
     * Appends and returns a new empty "oMath" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewOMath();
    
    /**
     * Unsets the "oMath" element
     */
    void unsetOMath();
    
    /**
     * Gets the "rPrChange" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPrChange getRPrChange();
    
    /**
     * True if has "rPrChange" element
     */
    boolean isSetRPrChange();
    
    /**
     * Sets the "rPrChange" element
     */
    void setRPrChange(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPrChange rPrChange);
    
    /**
     * Appends and returns a new empty "rPrChange" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPrChange addNewRPrChange();
    
    /**
     * Unsets the "rPrChange" element
     */
    void unsetRPrChange();
    
    /**
     * 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.CTRPr newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) 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.CTRPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr 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.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr 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.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr 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.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr 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.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr) 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.CTRPr 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.CTRPr) 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.CTRPr 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.CTRPr) 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