Word.ProtectionType enum
Specifies the protection type for a Word document.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| allowOnlyComments = "AllowOnlyComments" | Only comments are allowed in the document. |
| allowOnlyFormFields = "AllowOnlyFormFields" | Only form fields are allowed in the document. |
| allowOnlyReading = "AllowOnlyReading" | Only reading is allowed in the document. |
| allowOnlyRevisions = "AllowOnlyRevisions" | Only revisions are allowed in the document. |
| noProtection = "NoProtection" | No protection is applied to the document. |