2.9.219 ProtectionType

The ProtectionType enumeration identifies common types of editing protection for ranges of text in a document.

Name

Value

Meaning

iProtNone

0x0000

Allow all changes.

iProtReadWrite

0x0001

Allow the editing of the regions that are marked as editable in forms.

iProtRevision

0x0002

Allow the creation, deletion, and editing of annotations. For all other changes: Allow them, but track them with revision marks.

iProtComment

0x0003

Allow the creation, deletion, and editing of annotations, but allow no other changes.

iProtRead

0x0004

Allow no changes.