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
Wiki Markup
{description}
{excerpt}A [DocumentProtection.ProtectionLevel|DocumentProtection.ProtectionLevel] value specifies what type of editing is allowed in the document.{excerpt}
{signature:C#}
 public sealed class ProtectionLevel : TypesafeEnum
{signature}{signature: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.|