Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

A DocumentProtection.ProtectionLevel

...

value

...

specifies

...

what

...

type

...

of

...

editing

...

is

...

allowed

...

in

...

the

...

document.

...

Signature
C#
C#
 public sealed class ProtectionLevel : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class ProtectionLevel
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Comments}Comments|Only comments may be edited.|
|{anchor:Forms}Forms|Only form fields may be modified.|
|{anchor:None}None|All parts of the document may be modified.|
|{anchor:ReadOnly}ReadOnly|The document cannot be modified.|
|{anchor:TrackChanges}TrackChanges|Word's change tracking feature will be enabled.|
Values

Name

Description

Anchor
Comments
Comments
Comments

Only comments may be edited.

Anchor
Forms
Forms
Forms

Only form fields may be modified.

Anchor
None
None
None

All parts of the document may be modified.

Anchor
ReadOnly
ReadOnly
ReadOnly

The document cannot be modified.

Anchor
TrackChanges
TrackChanges
TrackChanges

Word's change tracking feature will be enabled.