FileTypeValues 列挙型

定義

ファイルの種類

public enum FileTypeValues
public readonly struct FileTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues>
type FileTypeValues = 
type FileTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<FileTypeValues>
Public Enum FileTypeValues
Public Structure FileTypeValues
Implements IEnumValue, IEnumValueFactory(Of FileTypeValues), IEquatable(Of FileTypeValues)
継承
FileTypeValues
継承
FileTypeValues

フィールド

FileTypeValues(String)

新しい FileTypeValues 列挙型インスタンスを作成します

Dos

Dos。

項目を xml としてシリアル化されるときに、その値は "dos" です。

Dos 2

Dos。

項目を xml としてシリアル化されるときに、その値は "dos" です。

Equals(FileTypeValues)
Equals(Object)
GetHashCode()
Mac 0

Macintosh。

項目を xml としてシリアル化されるときに、その値は "mac" です。

Mac

Macintosh。

項目を xml としてシリアル化されるときに、その値は "mac" です。

Equality(FileTypeValues, FileTypeValues)
Inequality(FileTypeValues, FileTypeValues)
ToString()
Win 1

Windows (ANSI)。

項目を xml としてシリアル化されるときに、その値は "win" です。

Win

Windows (ANSI)。

項目を xml としてシリアル化されるときに、その値は "win" です。

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

適用対象