@Deprecated public final class WordsLockType extends com.aspose.ms.System.Enum
Specifies watermark lock type in Word document.
Modifier and Type | Field and Description |
---|---|
static int |
AllowOnlyComments
Deprecated.
User can only modify comments in the document.
|
static int |
AllowOnlyFormFields
Deprecated.
User can only enter data in the form fields in the document.
|
static int |
AllowOnlyRevisions
Deprecated.
User can only add revision marks to the document.
|
static int |
ReadOnly
Deprecated.
The entire document is read-only.
|
static int |
ReadOnlyWithEditableContent
Deprecated.
The document is read-only, but all the content except of the watermark is marked as editable.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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 document 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.