Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of protection applied to the current document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdProtectionType
'Usage
Dim instance As WdProtectionType
public enum WdProtectionType
Members
| Member name | Description | |
|---|---|---|
| wdNoProtection | Do not apply protection to the document. | |
| wdAllowOnlyRevisions | Allow only revisions to be made to existing content. | |
| wdAllowOnlyComments | Allow only comments to be added to the document. | |
| wdAllowOnlyFormFields | Allow content to be added to the document only through form fields. | |
| wdAllowOnlyReading | Allow read-only access to the document. |