次の方法で共有


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

フィールド

FontCollectionIndexValues(String)

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

Equals(Object)
Equals(FontCollectionIndexValues)
GetHashCode()
Major

メジャー フォント。

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

Major 0

メジャー フォント。

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

Minor 1

マイナー フォント。

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

Minor

マイナー フォント。

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

None 2

なし。

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

None

なし。

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

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

適用対象