DocumentTypeValues Enum

Definition

Defines the DocumentTypeValues enumeration.

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

Fields

DocumentTypeValues(String)

Creates a new DocumentTypeValues enum instance

Email

E-Mail Message.

When the item is serialized out as xml, its value is "eMail".

Email 2

E-Mail Message.

When the item is serialized out as xml, its value is "eMail".

Equals(DocumentTypeValues)
Equals(Object)
GetHashCode()
Letter 1

Letter.

When the item is serialized out as xml, its value is "letter".

Letter

Letter.

When the item is serialized out as xml, its value is "letter".

NotSpecified 0

Default Document.

When the item is serialized out as xml, its value is "notSpecified".

NotSpecified

Default Document.

When the item is serialized out as xml, its value is "notSpecified".

Equality(DocumentTypeValues, DocumentTypeValues)
Inequality(DocumentTypeValues, DocumentTypeValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DocumentTypeValues>.Create(String)

Applies to