Interface CTQuery

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTQuery
    extends XmlObject
    An XML CT_Query(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getTpls

        CTTuples getTpls()
        Gets the "tpls" element
      • isSetTpls

        boolean isSetTpls()
        True if has "tpls" element
      • setTpls

        void setTpls​(CTTuples tpls)
        Sets the "tpls" element
      • addNewTpls

        CTTuples addNewTpls()
        Appends and returns a new empty "tpls" element
      • unsetTpls

        void unsetTpls()
        Unsets the "tpls" element
      • getMdx

        java.lang.String getMdx()
        Gets the "mdx" attribute
      • xgetMdx

        STXstring xgetMdx()
        Gets (as xml) the "mdx" attribute
      • setMdx

        void setMdx​(java.lang.String mdx)
        Sets the "mdx" attribute
      • xsetMdx

        void xsetMdx​(STXstring mdx)
        Sets (as xml) the "mdx" attribute