Interface CTOMathPara

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTOMathPara
    extends XmlObject
    An XML CT_OMathPara(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
    • Method Detail

      • getOMathParaPr

        CTOMathParaPr getOMathParaPr()
        Gets the "oMathParaPr" element
      • isSetOMathParaPr

        boolean isSetOMathParaPr()
        True if has "oMathParaPr" element
      • setOMathParaPr

        void setOMathParaPr​(CTOMathParaPr oMathParaPr)
        Sets the "oMathParaPr" element
      • addNewOMathParaPr

        CTOMathParaPr addNewOMathParaPr()
        Appends and returns a new empty "oMathParaPr" element
      • unsetOMathParaPr

        void unsetOMathParaPr()
        Unsets the "oMathParaPr" element
      • getOMathList

        java.util.List<CTOMath> getOMathList()
        Gets a List of "oMath" elements
      • getOMathArray

        CTOMath[] getOMathArray()
        Gets array of all "oMath" elements
      • getOMathArray

        CTOMath getOMathArray​(int i)
        Gets ith "oMath" element
      • sizeOfOMathArray

        int sizeOfOMathArray()
        Returns number of "oMath" element
      • setOMathArray

        void setOMathArray​(CTOMath[] oMathArray)
        Sets array of all "oMath" element
      • setOMathArray

        void setOMathArray​(int i,
                           CTOMath oMath)
        Sets ith "oMath" element
      • insertNewOMath

        CTOMath insertNewOMath​(int i)
        Inserts and returns a new empty value (as xml) as the ith "oMath" element
      • addNewOMath

        CTOMath addNewOMath()
        Appends and returns a new empty value (as xml) as the last "oMath" element
      • removeOMath

        void removeOMath​(int i)
        Removes the ith "oMath" element