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()

适用于