public final class WordProcessingProtectionType extends Object
Represents protection type for a 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 |
ReadOnly
No changes are allowed to the 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.
public static final int ReadOnly
No changes are allowed to the document.