Share via


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)

适用于