Class WorkbookProtectionImpl

    • Constructor Detail

      • WorkbookProtectionImpl

        public WorkbookProtectionImpl()
    • Method Detail

      • setLockStructure

        public void setLockStructure​(java.lang.Boolean lockStructure)
        Description copied from interface: SWorkbookProtection
        Lock the structure of the workbook
        Specified by:
        setLockStructure in interface SWorkbookProtection
        Parameters:
        lockStructure - whether to lock the structure of the workbook
      • setLockWindows

        public void setLockWindows​(java.lang.Boolean lockWindows)
        Description copied from interface: SWorkbookProtection
        Lock the windows of the workbook
        Specified by:
        setLockWindows in interface SWorkbookProtection
        Parameters:
        lockWindows - whether to lock the window of the workbook
      • setAlgName

        public void setAlgName​(java.lang.String algName)
      • getAlgName

        public java.lang.String getAlgName()
      • setHashValue

        public void setHashValue​(java.lang.String hashValue)
      • getHashValue

        public java.lang.String getHashValue()
      • setSaltValue

        public void setSaltValue​(java.lang.String saltValue)
      • getSaltValue

        public java.lang.String getSaltValue()
      • setSpinCount

        public void setSpinCount​(java.lang.String spinCount)
      • getSpinCount

        public java.lang.String getSpinCount()