WdProtectionType Enumeration

Definition

Gibt den auf das aktuelle Dokument angewendeten Dokumentschutztyp an.

public enum class WdProtectionType
[System.Runtime.InteropServices.Guid("992D8289-31EF-3821-87EE-F4994C1C6F55")]
public enum WdProtectionType
type WdProtectionType = 
Public Enum WdProtectionType
Vererbung
WdProtectionType
Attribute

Felder

wdAllowOnlyComments 1

Dem Dokument dürfen nur Kommentare hinzugefügt werden.

wdAllowOnlyFormFields 2

Dem Dokument darf Inhalt nur über Formularfelder hinzugefügt werden.

wdAllowOnlyReading 3

Nur der schreibgeschützte Zugriff ist auf das Dokument zulässig.

wdAllowOnlyRevisions 0

Am vorhandenen Inhalt dürfen nur Überarbeitungen vorgenommen werden.

wdNoProtection -1

Auf das Dokument wird kein Dokumentschutz angewendet.

Gilt für: