public final class WordProcessingLockType extends Object
Specifies watermark lock type in Word document.
Modifier and Type | Field and Description |
---|---|
static int |
AllowOnlyComments
User can only modify comments in the document.
|
static int |
AllowOnlyFormFields
User can only enter data in the form fields in the document.
|
static int |
AllowOnlyRevisions
User can only add revision marks to the document.
|
static int |
NoLock
Disable any lock on watermark and document.
|
static int |
ReadOnly
The entire document is read-only.
|
static int |
ReadOnlyWithEditableContent
The document is read-only, but all the content except of the watermark is marked as editable.
|
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.
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.