WorkbookProtectionModel
Overview
WorkbookProtectionModel is a class in Aspose.Cells FOSS for Java.
Represents the WorkbookProtectionModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
lockStructure | boolean | Read | Returns the lock structure. |
lockWindows | boolean | Read | Returns the lock windows. |
lockRevision | boolean | Read | Returns the lock revision. |
workbookPassword | String | Read | Returns the workbook password. |
revisionsPassword | String | Read | Returns the revisions password. |
Methods
| Signature | Description |
|---|---|
getLockStructure() → boolean | Returns the lock structure. |
setLockStructure(lockStructure: boolean) | Sets the lock structure. |
getLockWindows() → boolean | Returns the lock windows. |
setLockWindows(lockWindows: boolean) | Sets the lock windows. |
getLockRevision() → boolean | Returns the lock revision. |
setLockRevision(lockRevision: boolean) | Sets the lock revision. |
getWorkbookPassword() → String | Returns the workbook password. |
setWorkbookPassword(workbookPassword: String) | Sets the workbook password. |
getRevisionsPassword() → String | Returns the revisions password. |
setRevisionsPassword(revisionsPassword: String) | Sets the revisions password. |
copyFrom(source: WorkbookProtectionModel) | Copies the from. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |