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.
  • Field Details

  • Method Details

    • getFormula1

      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(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

      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(String formula2)
      Sets the "formula2" element
    • xsetFormula2

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

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

      Gets the "type" attribute
    • xgetType

      Gets (as xml) the "type" attribute
    • isSetType

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

      void setType(STDataValidationType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(STDataValidationType type)
      Sets (as xml) the "type" attribute
    • unsetType

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

      Gets the "errorStyle" attribute
    • xgetErrorStyle

      STDataValidationErrorStyle xgetErrorStyle()
      Gets (as xml) the "errorStyle" attribute
    • isSetErrorStyle

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

      void setErrorStyle(STDataValidationErrorStyle.Enum errorStyle)
      Sets the "errorStyle" attribute
    • xsetErrorStyle

      void xsetErrorStyle(STDataValidationErrorStyle errorStyle)
      Sets (as xml) the "errorStyle" attribute
    • unsetErrorStyle

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

      Gets the "imeMode" attribute
    • xgetImeMode

      Gets (as xml) the "imeMode" attribute
    • isSetImeMode

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

      void setImeMode(STDataValidationImeMode.Enum imeMode)
      Sets the "imeMode" attribute
    • xsetImeMode

      void xsetImeMode(STDataValidationImeMode imeMode)
      Sets (as xml) the "imeMode" attribute
    • unsetImeMode

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

      Gets the "operator" attribute
    • xgetOperator

      STDataValidationOperator xgetOperator()
      Gets (as xml) the "operator" attribute
    • isSetOperator

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

      void setOperator(STDataValidationOperator.Enum operator)
      Sets the "operator" attribute
    • xsetOperator

      void xsetOperator(STDataValidationOperator operator)
      Sets (as xml) the "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

      String getErrorTitle()
      Gets the "errorTitle" attribute
    • xgetErrorTitle

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetErrorTitle()
      Gets (as xml) the "errorTitle" attribute
    • isSetErrorTitle

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

      void setErrorTitle(String errorTitle)
      Sets the "errorTitle" attribute
    • xsetErrorTitle

      void xsetErrorTitle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring errorTitle)
      Sets (as xml) the "errorTitle" attribute
    • unsetErrorTitle

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

      String getError()
      Gets the "error" attribute
    • xgetError

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetError()
      Gets (as xml) the "error" attribute
    • isSetError

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

      void setError(String error)
      Sets the "error" attribute
    • xsetError

      void xsetError(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring error)
      Sets (as xml) the "error" attribute
    • unsetError

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

      String getPromptTitle()
      Gets the "promptTitle" attribute
    • xgetPromptTitle

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetPromptTitle()
      Gets (as xml) the "promptTitle" attribute
    • isSetPromptTitle

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

      void setPromptTitle(String promptTitle)
      Sets the "promptTitle" attribute
    • xsetPromptTitle

      void xsetPromptTitle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring promptTitle)
      Sets (as xml) the "promptTitle" attribute
    • unsetPromptTitle

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

      String getPrompt()
      Gets the "prompt" attribute
    • xgetPrompt

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetPrompt()
      Gets (as xml) the "prompt" attribute
    • isSetPrompt

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

      void setPrompt(String prompt)
      Sets the "prompt" attribute
    • xsetPrompt

      void xsetPrompt(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring prompt)
      Sets (as xml) the "prompt" attribute
    • unsetPrompt

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

      List getSqref()
      Gets the "sqref" attribute
    • xgetSqref

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

      void setSqref(List sqref)
      Sets the "sqref" attribute
    • xsetSqref

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