Interface CTD

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getDPr

        CTDPr getDPr()
        Gets the "dPr" element
      • isSetDPr

        boolean isSetDPr()
        True if has "dPr" element
      • setDPr

        void setDPr​(CTDPr dPr)
        Sets the "dPr" element
      • addNewDPr

        CTDPr addNewDPr()
        Appends and returns a new empty "dPr" element
      • unsetDPr

        void unsetDPr()
        Unsets the "dPr" element
      • getEList

        java.util.List<CTOMathArg> getEList()
        Gets a List of "e" elements
      • getEArray

        CTOMathArg[] getEArray()
        Gets array of all "e" elements
      • getEArray

        CTOMathArg getEArray​(int i)
        Gets ith "e" element
      • sizeOfEArray

        int sizeOfEArray()
        Returns number of "e" element
      • setEArray

        void setEArray​(CTOMathArg[] eArray)
        Sets array of all "e" element
      • setEArray

        void setEArray​(int i,
                       CTOMathArg e)
        Sets ith "e" element
      • insertNewE

        CTOMathArg insertNewE​(int i)
        Inserts and returns a new empty value (as xml) as the ith "e" element
      • addNewE

        CTOMathArg addNewE()
        Appends and returns a new empty value (as xml) as the last "e" element
      • removeE

        void removeE​(int i)
        Removes the ith "e" element