@Deprecated public final class WordsProtectionType extends com.aspose.ms.System.Enum
Represents protection type for a 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.
No changes are allowed to the document.
|
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.
public static final int ReadOnly
No changes are allowed to the document.