public final class WordProcessingProtectionType extends Object
Represents all available protection types of the WordProcessing 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 |
NoProtection
The document is not protected.
|
static int |
ReadOnly
No changes are allowed 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 AllowOnlyRevisions
User can only add revision marks to the document
public static final int NoProtection
The document is not protected. Default value.
public static final int ReadOnly
No changes are allowed to the document
Copyright © 2024. All rights reserved.