WordProcessingLockType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingLockType
Specifies watermark lock type in Word document.
| Field | Description |
|---|---|
| AllowOnlyRevisions | User can only add revision marks to the document. |
| AllowOnlyComments | User can only modify comments in the document. |
| AllowOnlyFormFields | User can only enter data in the form fields in the document. |
| ReadOnly | The entire document is read-only. |
| ReadOnlyWithEditableContent | The document is read-only, but all the content except of the watermark is marked as editable. |
| NoLock | Disable any lock on watermark and document. |
public static final int AllowOnlyRevisions
User can only add revision marks to the document.
public static final int AllowOnlyComments
User can only modify comments in the document.
public static final int AllowOnlyFormFields
User can only enter data in the form fields in the document.
The document is splitted into one-page sections and locked section with watermark is added between each two adjacent content sections.
public static final int ReadOnly
The entire document is read-only.
public static final int ReadOnlyWithEditableContent
The document is read-only, but all the content except of the watermark is marked as editable.
public static final int NoLock
Disable any lock on watermark and document.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.