DocumentConformance Перечисление
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Определяет перечисление DocumentConformance.
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)
- Наследование
-
DocumentConformance
- Наследование
-
DocumentConformance
Поля
| Имя | Значение | Описание |
|---|---|---|
| transitional | 0 | переходный. При сериализации элемента в формате xml его значение равно "переходному". |
| strict | 1 | строгий. При сериализации элемента в формате xml его значение равно "strict". |
| DocumentConformance(String) | Создает экземпляр перечисления DocumentConformance |
|
| Equality(DocumentConformance, DocumentConformance) | ||
| Equals(DocumentConformance) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<DocumentConformance>.Create(String) | ||
| Inequality(DocumentConformance, DocumentConformance) | ||
| strict | строгий. При сериализации элемента в формате xml его значение равно "strict". |
|
| ToString() | ||
| transitional | переходный. При сериализации элемента в формате xml его значение равно "переходному". |