次の方法で共有


FontCollectionIndexValues 列挙型

定義

フォント コレクション インデックス

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

フィールド

名前 説明
Major 0

メジャー フォント。

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

Minor 1

マイナー フォント。

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

None 2

なし。

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

Equality(FontCollectionIndexValues, FontCollectionIndexValues)
Equals(FontCollectionIndexValues)
Equals(Object)
FontCollectionIndexValues(String)

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<FontCollectionIndexValues>.Create(String)
Inequality(FontCollectionIndexValues, FontCollectionIndexValues)
Major

メジャー フォント。

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

Minor

マイナー フォント。

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

None

なし。

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

ToString()

適用対象