com.moyosoft.connector.ms.excel
Class Validation

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.Validation

public class Validation
extends java.lang.Object


Constructor Summary
Validation(Dispatch dispatch)
           
 
Method Summary
 void add(DVType type)
           
 void add(DVType type, DVAlertStyle alertStyle)
           
 void add(DVType type, DVAlertStyle alertStyle, FormatConditionOperator operator)
           
 void add(DVType type, DVAlertStyle alertStyle, FormatConditionOperator operator, java.lang.String formula1)
           
 void add(DVType type, DVAlertStyle alertStyle, FormatConditionOperator operator, java.lang.String formula1, java.lang.String formula2)
           
 void delete()
           
 int getAlertStyle()
           
 Dispatch getDispatch()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getErrorTitle()
           
 java.lang.String getFormula1()
           
 java.lang.String getFormula2()
           
 int getIMEMode()
           
 java.lang.String getInputMessage()
           
 java.lang.String getInputTitle()
           
 int getOperator()
           
 int getType()
           
 boolean isIgnoreBlank()
           
 boolean isInCellDropdown()
           
 boolean isShowError()
           
 boolean isShowInput()
           
 boolean isValue()
           
 void modify(DVType type)
           
 void modify(DVType type, DVAlertStyle alertStyle)
           
 void modify(DVType type, DVAlertStyle alertStyle, FormatConditionOperator operator)
           
 void modify(DVType type, DVAlertStyle alertStyle, FormatConditionOperator operator, java.lang.String formula1)
           
 void modify(DVType type, DVAlertStyle alertStyle, FormatConditionOperator operator, java.lang.String formula1, java.lang.String formula2)
           
 void setErrorMessage(java.lang.String value)
           
 void setErrorTitle(java.lang.String value)
           
 void setIgnoreBlank(boolean value)
           
 void setIMEMode(int value)
           
 void setInCellDropdown(boolean value)
           
 void setInputMessage(java.lang.String value)
           
 void setInputTitle(java.lang.String value)
           
 void setShowError(boolean value)
           
 void setShowInput(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validation

public Validation(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

add

public void add(DVType type)

add

public void add(DVType type,
                DVAlertStyle alertStyle)

add

public void add(DVType type,
                DVAlertStyle alertStyle,
                FormatConditionOperator operator)

add

public void add(DVType type,
                DVAlertStyle alertStyle,
                FormatConditionOperator operator,
                java.lang.String formula1)

add

public void add(DVType type,
                DVAlertStyle alertStyle,
                FormatConditionOperator operator,
                java.lang.String formula1,
                java.lang.String formula2)

getAlertStyle

public int getAlertStyle()

isIgnoreBlank

public boolean isIgnoreBlank()

setIgnoreBlank

public void setIgnoreBlank(boolean value)

getIMEMode

public int getIMEMode()

setIMEMode

public void setIMEMode(int value)

isInCellDropdown

public boolean isInCellDropdown()

setInCellDropdown

public void setInCellDropdown(boolean value)

delete

public void delete()

getErrorMessage

public java.lang.String getErrorMessage()

setErrorMessage

public void setErrorMessage(java.lang.String value)

getErrorTitle

public java.lang.String getErrorTitle()

setErrorTitle

public void setErrorTitle(java.lang.String value)

getInputMessage

public java.lang.String getInputMessage()

setInputMessage

public void setInputMessage(java.lang.String value)

getInputTitle

public java.lang.String getInputTitle()

setInputTitle

public void setInputTitle(java.lang.String value)

getFormula1

public java.lang.String getFormula1()

getFormula2

public java.lang.String getFormula2()

modify

public void modify(DVType type)

modify

public void modify(DVType type,
                   DVAlertStyle alertStyle)

modify

public void modify(DVType type,
                   DVAlertStyle alertStyle,
                   FormatConditionOperator operator)

modify

public void modify(DVType type,
                   DVAlertStyle alertStyle,
                   FormatConditionOperator operator,
                   java.lang.String formula1)

modify

public void modify(DVType type,
                   DVAlertStyle alertStyle,
                   FormatConditionOperator operator,
                   java.lang.String formula1,
                   java.lang.String formula2)

getOperator

public int getOperator()

isShowError

public boolean isShowError()

setShowError

public void setShowError(boolean value)

isShowInput

public boolean isShowInput()

setShowInput

public void setShowInput(boolean value)

getType

public int getType()

isValue

public boolean isValue()