WordProcessingProtectionType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingProtectionType
Represents protection type for a Word document.
| Field | Description |
|---|---|
| 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. |
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.
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.