WordProcessingProtectionType enumeration

WordProcessingProtectionType enumeration

Represents protection type for a Word document.

The WordProcessingProtectionType 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 No changes are allowed to the document.

See Also