WordProcessingLockType enumeration
WordProcessingLockType enumeration
Specifies watermark lock type in Word document.
The WordProcessingLockType type exposes the following members:
Fields
Field | Description |
---|---|
ALLOW_ONLY_REVISIONS | User can only add revision marks to the document. |
ALLOW_ONLY_COMMENTS | User can only modify comments in the document. |
ALLOW_ONLY_FORM_FIELDS | User can only enter data in the form fields in the document. |
READ_ONLY | The entire document is read-only. |
READ_ONLY_WITH_EDITABLE_CONTENT | The document is read-only, but all the content except of the watermark is marked as editable. |
NO_LOCK | Disable any lock on watermark and document. |