Enum DocumentEditRestriction
What editing a document's protection settings allow (ECMA-376 Part 1 §17.15.1.29 w:documentProtection/@w:edit).
public enum DocumentEditRestriction
Fields
None = 0No restriction was recorded.
ReadOnly = 1The document is read-only (w:edit="readOnly").
Comments = 2Only comments may be added (w:edit="comments").
TrackedChanges = 3Editing is allowed but every change is tracked (w:edit="trackedChanges").
Forms = 4Only form fields may be filled in (w:edit="forms").
Unrecognized = 5The document carried a w:edit value DocWright does not recognize. The raw token is still available on RawEditToken.