Class DataValidations
java.lang.Object
com.independentsoft.office.spreadsheet.DataValidations
The Class DataValidations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getItems()Gets the items.intGets the top left corner x.intGets the top left corner y.booleanChecks if is disable prompts.voidsetDisablePrompts(boolean disablePrompts)Sets the disable prompts.voidsetTopLeftCornerX(int topLeftCornerX)Sets the top left corner x.voidsetTopLeftCornerY(int topLeftCornerY)Sets the top left corner y.toString()
-
Constructor Details
-
DataValidations
public DataValidations()Instantiates a new data validations.
-
-
Method Details
-
clone
-
toString
-
getItems
Gets the items.- Returns:
- the items
-
isDisablePrompts
public boolean isDisablePrompts()Checks if is disable prompts.- Returns:
- true, if is disable prompts
-
setDisablePrompts
public void setDisablePrompts(boolean disablePrompts)Sets the disable prompts.- Parameters:
disablePrompts- the new disable prompts
-
getTopLeftCornerX
public int getTopLeftCornerX()Gets the top left corner x.- Returns:
- the top left corner x
-
setTopLeftCornerX
public void setTopLeftCornerX(int topLeftCornerX)Sets the top left corner x.- Parameters:
topLeftCornerX- the new top left corner x
-
getTopLeftCornerY
public int getTopLeftCornerY()Gets the top left corner y.- Returns:
- the top left corner y
-
setTopLeftCornerY
public void setTopLeftCornerY(int topLeftCornerY)Sets the top left corner y.- Parameters:
topLeftCornerY- the new top left corner y
-