Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}A [DocumentProtection.ProtectionLevel|DocumentProtection.ProtectionLevel] value specifies what type of editing is allowed in the document.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public sealed class ProtectionLevel : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ProtectionLevel
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Only comments may be edited.

...

Only form fields may be modified.

...

All parts of the document may be modified.

...

The document cannot be modified.

...

{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.|