Interface CTDynamicFilter

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getVal

        double getVal()
        Gets the "val" attribute
      • xgetVal

        XmlDouble xgetVal()
        Gets (as xml) the "val" attribute
      • isSetVal

        boolean isSetVal()
        True if has "val" attribute
      • setVal

        void setVal​(double val)
        Sets the "val" attribute
      • xsetVal

        void xsetVal​(XmlDouble val)
        Sets (as xml) the "val" attribute
      • unsetVal

        void unsetVal()
        Unsets the "val" attribute
      • getMaxVal

        double getMaxVal()
        Gets the "maxVal" attribute
      • xgetMaxVal

        XmlDouble xgetMaxVal()
        Gets (as xml) the "maxVal" attribute
      • isSetMaxVal

        boolean isSetMaxVal()
        True if has "maxVal" attribute
      • setMaxVal

        void setMaxVal​(double maxVal)
        Sets the "maxVal" attribute
      • xsetMaxVal

        void xsetMaxVal​(XmlDouble maxVal)
        Sets (as xml) the "maxVal" attribute
      • unsetMaxVal

        void unsetMaxVal()
        Unsets the "maxVal" attribute