FontCollectionIndexValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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() |