WordProcessingProtectionType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingProtectionType
Represents all available protection types of the WordProcessing document
| Field | Description |
|---|---|
| NoProtection | The document is not protected. |
| AllowOnlyRevisions | User can only add revision marks to the document |
| AllowOnlyComments | User can only modify comments in the document |
| AllowOnlyFormFields | User can only enter data in the form fields in the document |
| ReadOnly | No changes are allowed to the document |
| Method | Description |
|---|---|
| getAll() |
public static final int NoProtection
The document is not protected. Default value.
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
public static Map<Integer,String> getAll()
Returns: java.util.Map<java.lang.Integer,java.lang.String>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.