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

DocumentProtectionValues(String)

Erstellt eine neue DocumentProtectionValues-Enumeration instance

Comments 2

Bearbeitung von Kommentaren zulassen.

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

Comments

Bearbeitung von Kommentaren zulassen.

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

Equals(Object)
Equals(DocumentProtectionValues)
Forms 4

Bearbeitung von Formularfeldern zulassen.

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

Forms

Bearbeitung von Formularfeldern zulassen.

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

GetHashCode()
None 0

Keine Bearbeitungseinschränkungen.

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

None

Keine Bearbeitungseinschränkungen.

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

Equality(DocumentProtectionValues, DocumentProtectionValues)
Inequality(DocumentProtectionValues, DocumentProtectionValues)
ReadOnly 1

Keine Bearbeitung zulassen.

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

ReadOnly

Keine Bearbeitung zulassen.

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

ToString()
TrackedChanges 3

Bearbeitung mit Revisionsnachverfolgung zulassen.

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

TrackedChanges

Bearbeitung mit Revisionsnachverfolgung zulassen.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DocumentProtectionValues>.Create(String)

Gilt für: