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
vb.net
vb.net
Public NotInheritable Class ProtectionLevel
		Inherits TypesafeEnum
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.