DocumentProtectionValues Enumeration
Defines the DocumentProtectionValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration DocumentProtectionValues
'Uso
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". |