FontCollectionIndexValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フォント コレクション インデックス
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() |