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

org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr 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_MathPr
 * Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
 * Java type: org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.officeDocument.x2006.math;


/**
 * An XML CT_MathPr(@http://schemas.openxmlformats.org/officeDocument/2006/math).
 *
 * This is a complex type.
 */
public interface CTMathPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTMathPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctmathpr9a88type");
    
    /**
     * Gets the "mathFont" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTString getMathFont();
    
    /**
     * True if has "mathFont" element
     */
    boolean isSetMathFont();
    
    /**
     * Sets the "mathFont" element
     */
    void setMathFont(org.openxmlformats.schemas.officeDocument.x2006.math.CTString mathFont);
    
    /**
     * Appends and returns a new empty "mathFont" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTString addNewMathFont();
    
    /**
     * Unsets the "mathFont" element
     */
    void unsetMathFont();
    
    /**
     * Gets the "brkBin" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTBreakBin getBrkBin();
    
    /**
     * True if has "brkBin" element
     */
    boolean isSetBrkBin();
    
    /**
     * Sets the "brkBin" element
     */
    void setBrkBin(org.openxmlformats.schemas.officeDocument.x2006.math.CTBreakBin brkBin);
    
    /**
     * Appends and returns a new empty "brkBin" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTBreakBin addNewBrkBin();
    
    /**
     * Unsets the "brkBin" element
     */
    void unsetBrkBin();
    
    /**
     * Gets the "brkBinSub" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTBreakBinSub getBrkBinSub();
    
    /**
     * True if has "brkBinSub" element
     */
    boolean isSetBrkBinSub();
    
    /**
     * Sets the "brkBinSub" element
     */
    void setBrkBinSub(org.openxmlformats.schemas.officeDocument.x2006.math.CTBreakBinSub brkBinSub);
    
    /**
     * Appends and returns a new empty "brkBinSub" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTBreakBinSub addNewBrkBinSub();
    
    /**
     * Unsets the "brkBinSub" element
     */
    void unsetBrkBinSub();
    
    /**
     * Gets the "smallFrac" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff getSmallFrac();
    
    /**
     * True if has "smallFrac" element
     */
    boolean isSetSmallFrac();
    
    /**
     * Sets the "smallFrac" element
     */
    void setSmallFrac(org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff smallFrac);
    
    /**
     * Appends and returns a new empty "smallFrac" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff addNewSmallFrac();
    
    /**
     * Unsets the "smallFrac" element
     */
    void unsetSmallFrac();
    
    /**
     * Gets the "dispDef" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff getDispDef();
    
    /**
     * True if has "dispDef" element
     */
    boolean isSetDispDef();
    
    /**
     * Sets the "dispDef" element
     */
    void setDispDef(org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff dispDef);
    
    /**
     * Appends and returns a new empty "dispDef" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff addNewDispDef();
    
    /**
     * Unsets the "dispDef" element
     */
    void unsetDispDef();
    
    /**
     * Gets the "lMargin" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getLMargin();
    
    /**
     * True if has "lMargin" element
     */
    boolean isSetLMargin();
    
    /**
     * Sets the "lMargin" element
     */
    void setLMargin(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure lMargin);
    
    /**
     * Appends and returns a new empty "lMargin" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewLMargin();
    
    /**
     * Unsets the "lMargin" element
     */
    void unsetLMargin();
    
    /**
     * Gets the "rMargin" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getRMargin();
    
    /**
     * True if has "rMargin" element
     */
    boolean isSetRMargin();
    
    /**
     * Sets the "rMargin" element
     */
    void setRMargin(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure rMargin);
    
    /**
     * Appends and returns a new empty "rMargin" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewRMargin();
    
    /**
     * Unsets the "rMargin" element
     */
    void unsetRMargin();
    
    /**
     * Gets the "defJc" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathJc getDefJc();
    
    /**
     * True if has "defJc" element
     */
    boolean isSetDefJc();
    
    /**
     * Sets the "defJc" element
     */
    void setDefJc(org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathJc defJc);
    
    /**
     * Appends and returns a new empty "defJc" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathJc addNewDefJc();
    
    /**
     * Unsets the "defJc" element
     */
    void unsetDefJc();
    
    /**
     * Gets the "preSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getPreSp();
    
    /**
     * True if has "preSp" element
     */
    boolean isSetPreSp();
    
    /**
     * Sets the "preSp" element
     */
    void setPreSp(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure preSp);
    
    /**
     * Appends and returns a new empty "preSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewPreSp();
    
    /**
     * Unsets the "preSp" element
     */
    void unsetPreSp();
    
    /**
     * Gets the "postSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getPostSp();
    
    /**
     * True if has "postSp" element
     */
    boolean isSetPostSp();
    
    /**
     * Sets the "postSp" element
     */
    void setPostSp(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure postSp);
    
    /**
     * Appends and returns a new empty "postSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewPostSp();
    
    /**
     * Unsets the "postSp" element
     */
    void unsetPostSp();
    
    /**
     * Gets the "interSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getInterSp();
    
    /**
     * True if has "interSp" element
     */
    boolean isSetInterSp();
    
    /**
     * Sets the "interSp" element
     */
    void setInterSp(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure interSp);
    
    /**
     * Appends and returns a new empty "interSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewInterSp();
    
    /**
     * Unsets the "interSp" element
     */
    void unsetInterSp();
    
    /**
     * Gets the "intraSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getIntraSp();
    
    /**
     * True if has "intraSp" element
     */
    boolean isSetIntraSp();
    
    /**
     * Sets the "intraSp" element
     */
    void setIntraSp(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure intraSp);
    
    /**
     * Appends and returns a new empty "intraSp" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewIntraSp();
    
    /**
     * Unsets the "intraSp" element
     */
    void unsetIntraSp();
    
    /**
     * Gets the "wrapIndent" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure getWrapIndent();
    
    /**
     * True if has "wrapIndent" element
     */
    boolean isSetWrapIndent();
    
    /**
     * Sets the "wrapIndent" element
     */
    void setWrapIndent(org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure wrapIndent);
    
    /**
     * Appends and returns a new empty "wrapIndent" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTTwipsMeasure addNewWrapIndent();
    
    /**
     * Unsets the "wrapIndent" element
     */
    void unsetWrapIndent();
    
    /**
     * Gets the "wrapRight" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff getWrapRight();
    
    /**
     * True if has "wrapRight" element
     */
    boolean isSetWrapRight();
    
    /**
     * Sets the "wrapRight" element
     */
    void setWrapRight(org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff wrapRight);
    
    /**
     * Appends and returns a new empty "wrapRight" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOnOff addNewWrapRight();
    
    /**
     * Unsets the "wrapRight" element
     */
    void unsetWrapRight();
    
    /**
     * Gets the "intLim" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTLimLoc getIntLim();
    
    /**
     * True if has "intLim" element
     */
    boolean isSetIntLim();
    
    /**
     * Sets the "intLim" element
     */
    void setIntLim(org.openxmlformats.schemas.officeDocument.x2006.math.CTLimLoc intLim);
    
    /**
     * Appends and returns a new empty "intLim" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTLimLoc addNewIntLim();
    
    /**
     * Unsets the "intLim" element
     */
    void unsetIntLim();
    
    /**
     * Gets the "naryLim" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTLimLoc getNaryLim();
    
    /**
     * True if has "naryLim" element
     */
    boolean isSetNaryLim();
    
    /**
     * Sets the "naryLim" element
     */
    void setNaryLim(org.openxmlformats.schemas.officeDocument.x2006.math.CTLimLoc naryLim);
    
    /**
     * Appends and returns a new empty "naryLim" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTLimLoc addNewNaryLim();
    
    /**
     * Unsets the "naryLim" element
     */
    void unsetNaryLim();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr newInstance() {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) 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.officeDocument.x2006.math.CTMathPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.officeDocument.x2006.math.CTMathPr 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.officeDocument.x2006.math.CTMathPr) 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