DocumentConformance Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die DocumentConformance-Enumeration.
public enum DocumentConformance
public readonly struct DocumentConformance : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.DocumentConformance>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.DocumentConformance>
type DocumentConformance =
type DocumentConformance = struct
interface IEnumValue
interface IEnumValueFactory<DocumentConformance>
Public Enum DocumentConformance
Public Structure DocumentConformance
Implements IEnumValue, IEnumValueFactory(Of DocumentConformance), IEquatable(Of DocumentConformance)
- Vererbung
-
DocumentConformance
- Vererbung
-
DocumentConformance
Felder
Name | Wert | Beschreibung |
---|---|---|
transitional | 0 | Übergangs. Wenn das Element als xml serialisiert wird, ist sein Wert "transitional". |
strict | 1 | Streng. Wenn das Element als xml serialisiert wird, ist sein Wert "strict". |
DocumentConformance(String) | Erstellt eine neue DocumentConformance-Enumeration instance |
|
Equality(DocumentConformance, DocumentConformance) | ||
Equals(DocumentConformance) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DocumentConformance>.Create(String) | ||
Inequality(DocumentConformance, DocumentConformance) | ||
strict | Streng. Wenn das Element als xml serialisiert wird, ist sein Wert "strict". |
|
ToString() | ||
transitional | Übergangs. Wenn das Element als xml serialisiert wird, ist sein Wert "transitional". |