Interface CTDataValidation

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getFormula1

        java.lang.String getFormula1()
        Gets the "formula1" element
      • xgetFormula1

        STFormula xgetFormula1()
        Gets (as xml) the "formula1" element
      • isSetFormula1

        boolean isSetFormula1()
        True if has "formula1" element
      • setFormula1

        void setFormula1​(java.lang.String formula1)
        Sets the "formula1" element
      • xsetFormula1

        void xsetFormula1​(STFormula formula1)
        Sets (as xml) the "formula1" element
      • unsetFormula1

        void unsetFormula1()
        Unsets the "formula1" element
      • getFormula2

        java.lang.String getFormula2()
        Gets the "formula2" element
      • xgetFormula2

        STFormula xgetFormula2()
        Gets (as xml) the "formula2" element
      • isSetFormula2

        boolean isSetFormula2()
        True if has "formula2" element
      • setFormula2

        void setFormula2​(java.lang.String formula2)
        Sets the "formula2" element
      • xsetFormula2

        void xsetFormula2​(STFormula formula2)
        Sets (as xml) the "formula2" element
      • unsetFormula2

        void unsetFormula2()
        Unsets the "formula2" element
      • isSetType

        boolean isSetType()
        True if has "type" attribute
      • unsetType

        void unsetType()
        Unsets the "type" attribute
      • isSetErrorStyle

        boolean isSetErrorStyle()
        True if has "errorStyle" attribute
      • unsetErrorStyle

        void unsetErrorStyle()
        Unsets the "errorStyle" attribute
      • isSetImeMode

        boolean isSetImeMode()
        True if has "imeMode" attribute
      • unsetImeMode

        void unsetImeMode()
        Unsets the "imeMode" attribute
      • isSetOperator

        boolean isSetOperator()
        True if has "operator" attribute
      • unsetOperator

        void unsetOperator()
        Unsets the "operator" attribute
      • getAllowBlank

        boolean getAllowBlank()
        Gets the "allowBlank" attribute
      • xgetAllowBlank

        XmlBoolean xgetAllowBlank()
        Gets (as xml) the "allowBlank" attribute
      • isSetAllowBlank

        boolean isSetAllowBlank()
        True if has "allowBlank" attribute
      • setAllowBlank

        void setAllowBlank​(boolean allowBlank)
        Sets the "allowBlank" attribute
      • xsetAllowBlank

        void xsetAllowBlank​(XmlBoolean allowBlank)
        Sets (as xml) the "allowBlank" attribute
      • unsetAllowBlank

        void unsetAllowBlank()
        Unsets the "allowBlank" attribute
      • getShowDropDown

        boolean getShowDropDown()
        Gets the "showDropDown" attribute
      • xgetShowDropDown

        XmlBoolean xgetShowDropDown()
        Gets (as xml) the "showDropDown" attribute
      • isSetShowDropDown

        boolean isSetShowDropDown()
        True if has "showDropDown" attribute
      • setShowDropDown

        void setShowDropDown​(boolean showDropDown)
        Sets the "showDropDown" attribute
      • xsetShowDropDown

        void xsetShowDropDown​(XmlBoolean showDropDown)
        Sets (as xml) the "showDropDown" attribute
      • unsetShowDropDown

        void unsetShowDropDown()
        Unsets the "showDropDown" attribute
      • getShowInputMessage

        boolean getShowInputMessage()
        Gets the "showInputMessage" attribute
      • xgetShowInputMessage

        XmlBoolean xgetShowInputMessage()
        Gets (as xml) the "showInputMessage" attribute
      • isSetShowInputMessage

        boolean isSetShowInputMessage()
        True if has "showInputMessage" attribute
      • setShowInputMessage

        void setShowInputMessage​(boolean showInputMessage)
        Sets the "showInputMessage" attribute
      • xsetShowInputMessage

        void xsetShowInputMessage​(XmlBoolean showInputMessage)
        Sets (as xml) the "showInputMessage" attribute
      • unsetShowInputMessage

        void unsetShowInputMessage()
        Unsets the "showInputMessage" attribute
      • getShowErrorMessage

        boolean getShowErrorMessage()
        Gets the "showErrorMessage" attribute
      • xgetShowErrorMessage

        XmlBoolean xgetShowErrorMessage()
        Gets (as xml) the "showErrorMessage" attribute
      • isSetShowErrorMessage

        boolean isSetShowErrorMessage()
        True if has "showErrorMessage" attribute
      • setShowErrorMessage

        void setShowErrorMessage​(boolean showErrorMessage)
        Sets the "showErrorMessage" attribute
      • xsetShowErrorMessage

        void xsetShowErrorMessage​(XmlBoolean showErrorMessage)
        Sets (as xml) the "showErrorMessage" attribute
      • unsetShowErrorMessage

        void unsetShowErrorMessage()
        Unsets the "showErrorMessage" attribute
      • getErrorTitle

        java.lang.String getErrorTitle()
        Gets the "errorTitle" attribute
      • xgetErrorTitle

        STXstring xgetErrorTitle()
        Gets (as xml) the "errorTitle" attribute
      • isSetErrorTitle

        boolean isSetErrorTitle()
        True if has "errorTitle" attribute
      • setErrorTitle

        void setErrorTitle​(java.lang.String errorTitle)
        Sets the "errorTitle" attribute
      • xsetErrorTitle

        void xsetErrorTitle​(STXstring errorTitle)
        Sets (as xml) the "errorTitle" attribute
      • unsetErrorTitle

        void unsetErrorTitle()
        Unsets the "errorTitle" attribute
      • getError

        java.lang.String getError()
        Gets the "error" attribute
      • xgetError

        STXstring xgetError()
        Gets (as xml) the "error" attribute
      • isSetError

        boolean isSetError()
        True if has "error" attribute
      • setError

        void setError​(java.lang.String error)
        Sets the "error" attribute
      • xsetError

        void xsetError​(STXstring error)
        Sets (as xml) the "error" attribute
      • unsetError

        void unsetError()
        Unsets the "error" attribute
      • getPromptTitle

        java.lang.String getPromptTitle()
        Gets the "promptTitle" attribute
      • xgetPromptTitle

        STXstring xgetPromptTitle()
        Gets (as xml) the "promptTitle" attribute
      • isSetPromptTitle

        boolean isSetPromptTitle()
        True if has "promptTitle" attribute
      • setPromptTitle

        void setPromptTitle​(java.lang.String promptTitle)
        Sets the "promptTitle" attribute
      • xsetPromptTitle

        void xsetPromptTitle​(STXstring promptTitle)
        Sets (as xml) the "promptTitle" attribute
      • unsetPromptTitle

        void unsetPromptTitle()
        Unsets the "promptTitle" attribute
      • getPrompt

        java.lang.String getPrompt()
        Gets the "prompt" attribute
      • xgetPrompt

        STXstring xgetPrompt()
        Gets (as xml) the "prompt" attribute
      • isSetPrompt

        boolean isSetPrompt()
        True if has "prompt" attribute
      • setPrompt

        void setPrompt​(java.lang.String prompt)
        Sets the "prompt" attribute
      • xsetPrompt

        void xsetPrompt​(STXstring prompt)
        Sets (as xml) the "prompt" attribute
      • unsetPrompt

        void unsetPrompt()
        Unsets the "prompt" attribute
      • getSqref

        java.util.List getSqref()
        Gets the "sqref" attribute
      • xgetSqref

        STSqref xgetSqref()
        Gets (as xml) the "sqref" attribute
      • setSqref

        void setSqref​(java.util.List sqref)
        Sets the "sqref" attribute
      • xsetSqref

        void xsetSqref​(STSqref sqref)
        Sets (as xml) the "sqref" attribute