WordProcessingProtectionType
WordProcessingProtectionType enumeration
Represents all available protection types of the WordProcessing document
public enum WordProcessingProtectionType
Values
| Name | Value | Description |
|---|---|---|
| NoProtection | 0 |
The document is not protected. Default value. |
| AllowOnlyRevisions | 1 |
User can only add revision marks to the document |
| AllowOnlyComments | 2 |
User can only modify comments in the document |
| AllowOnlyFormFields | 3 |
User can only enter data in the form fields in the document |
| ReadOnly | 4 |
No changes are allowed to the document |
See Also
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor