Class X14DataValidations
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14DataValidations
- All Implemented Interfaces:
IExtensionContent
Represents the data validations extension (x14:dataValidations element) of a worksheet,
carrying validations whose formulas reference other worksheets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the data validations.Gets whether input prompts are disabled.Gets the x position of the prompt window.Gets the y position of the prompt window.voidsetDisablePrompts(Boolean disablePrompts)Sets whether input prompts are disabled.voidsetXWindow(Integer xWindow)Sets the x position of the prompt window.voidsetYWindow(Integer yWindow)Sets the y position of the prompt window.toString()
-
Constructor Details
-
X14DataValidations
public X14DataValidations()Instantiates a new x14 data validations.
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getDisablePrompts
Gets whether input prompts are disabled.- Returns:
- whether input prompts are disabled
-
setDisablePrompts
Sets whether input prompts are disabled.- Parameters:
disablePrompts- the new disable prompts flag
-
getXWindow
Gets the x position of the prompt window.- Returns:
- the x position of the prompt window
-
setXWindow
Sets the x position of the prompt window.- Parameters:
xWindow- the new x position of the prompt window
-
getYWindow
Gets the y position of the prompt window.- Returns:
- the y position of the prompt window
-
setYWindow
Sets the y position of the prompt window.- Parameters:
yWindow- the new y position of the prompt window
-
getDataValidations
Gets the data validations.- Returns:
- the data validations
-