Interface SWorkbookProtection

All Known Implementing Classes:
WorkbookProtectionImpl

public interface SWorkbookProtection
Workbook protection options
Since:
5.8.0
  • Method Details

    • setLockStructure

      void setLockStructure(Boolean lockStructure)
      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

      void setLockWindows(Boolean lockWindows)
      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