WorkbookProtection

WorkbookProtection

Übersicht

WorkbookProtection ist eine Klasse in Aspose.Cells FOSS für Java.

Stellt die Schutz‑Einstellungen der Arbeitsmappe dar.

NameTypeAccessDescription
protectedbooleanReadGets the protected.
lockStructurebooleanReadGets the lock structure.
lockWindowsbooleanReadGets the lock windows.
lockRevisionbooleanReadGets the lock revision.
workbookPasswordStringReadGets the workbook password.
revisionsPasswordStringReadGets the revisions password.
SignatureDescription
isProtected()booleanReturns true if protected is set.
isLockStructure()booleanReturns true if lock structure is set.
setLockStructure(v: boolean)Sets the lock structure value.
isLockWindows()booleanReturns true if lock windows is set.
setLockWindows(v: boolean)Sets the lock windows value.
isLockRevision()booleanReturns true if lock revision is set.
setLockRevision(v: boolean)Sets the lock revision value.
getWorkbookPassword()StringReturns the workbook password.
setWorkbookPassword(v: String)Sets the workbook password value.
getRevisionsPassword()StringReturns the revisions password.
setRevisionsPassword(v: String)Sets the revisions password value.
 Deutsch