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.
Defines the DocumentProtectionValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DocumentProtectionValues
'Usage
Dim instance As DocumentProtectionValues
public enum DocumentProtectionValues
Members
Member name | Description | |
---|---|---|
None | No Editing Restrictions. When the item is serialized out as xml, its value is "none". | |
ReadOnly | Allow No Editing. When the item is serialized out as xml, its value is "readOnly". | |
Comments | Allow Editing of Comments. When the item is serialized out as xml, its value is "comments". | |
TrackedChanges | Allow Editing With Revision Tracking. When the item is serialized out as xml, its value is "trackedChanges". | |
Forms | Allow Editing of Form Fields. When the item is serialized out as xml, its value is "forms". |