Package io.keikai.model
Interface SWorkbookProtection
- All Known Implementing Classes:
WorkbookProtectionImpl
public interface SWorkbookProtection
Workbook protection options
- Since:
- 5.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns if the structure of the workbook is lockedReturns if the windows of the workbook is lockedvoidsetLockStructure(Boolean lockStructure) Lock the structure of the workbookvoidsetLockWindows(Boolean lockWindows) Lock the windows of the workbook
-
Method Details
-
setLockStructure
Lock the structure of the workbook- Parameters:
lockStructure- whether to lock the structure of the workbook
-
isLockStructure
Boolean isLockStructure()Returns if the structure of the workbook is locked -
setLockWindows
Lock the windows of the workbook- Parameters:
lockWindows- whether to lock the window of the workbook
-
isLockWindows
Boolean isLockWindows()Returns if the windows of the workbook is locked
-