Freigeben über


DocumentProtectionValues Enumeration

Definition

Definiert die DocumentProtectionValues-Enumeration.

public enum DocumentProtectionValues
public readonly struct DocumentProtectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>
type DocumentProtectionValues = 
type DocumentProtectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<DocumentProtectionValues>
Public Enum DocumentProtectionValues
Public Structure DocumentProtectionValues
Implements IEnumValue, IEnumValueFactory(Of DocumentProtectionValues), IEquatable(Of DocumentProtectionValues)
Vererbung
DocumentProtectionValues
Vererbung
DocumentProtectionValues

Felder

Name Wert Beschreibung
None 0

Keine Bearbeitungseinschränkungen.

Wenn das Element als xml serialisiert wird, ist sein Wert "none".

ReadOnly 1

Keine Bearbeitung zulassen.

Wenn das Element als xml serialisiert wird, lautet der Wert "readOnly".

Comments 2

Bearbeitung von Kommentaren zulassen.

Wenn das Element als xml serialisiert wird, lautet sein Wert "comments".

TrackedChanges 3

Bearbeitung mit Revisionsnachverfolgung zulassen.

Wenn das Element als xml serialisiert wird, lautet sein Wert "trackedChanges".

Forms 4

Bearbeitung von Formularfeldern zulassen.

Wenn das Element als xml serialisiert wird, lautet sein Wert "forms".

Comments

Bearbeitung von Kommentaren zulassen.

Wenn das Element als xml serialisiert wird, lautet sein Wert "comments".

DocumentProtectionValues(String)

Erstellt eine neue DocumentProtectionValues-Enumeration instance

Equality(DocumentProtectionValues, DocumentProtectionValues)
Equals(DocumentProtectionValues)
Equals(Object)
Forms

Bearbeitung von Formularfeldern zulassen.

Wenn das Element als xml serialisiert wird, lautet sein Wert "forms".

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DocumentProtectionValues>.Create(String)
Inequality(DocumentProtectionValues, DocumentProtectionValues)
None

Keine Bearbeitungseinschränkungen.

Wenn das Element als xml serialisiert wird, ist sein Wert "none".

ReadOnly

Keine Bearbeitung zulassen.

Wenn das Element als xml serialisiert wird, lautet der Wert "readOnly".

ToString()
TrackedChanges

Bearbeitung mit Revisionsnachverfolgung zulassen.

Wenn das Element als xml serialisiert wird, lautet sein Wert "trackedChanges".

Gilt für: