Share via


FontPitchValues 枚举

定义

定义 FontPitchValues 枚举。

public enum FontPitchValues
public readonly struct FontPitchValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.FontPitchValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.FontPitchValues>
type FontPitchValues = 
type FontPitchValues = struct
    interface IEnumValue
    interface IEnumValueFactory<FontPitchValues>
Public Enum FontPitchValues
Public Structure FontPitchValues
Implements IEnumValue, IEnumValueFactory(Of FontPitchValues), IEquatable(Of FontPitchValues)
继承
FontPitchValues
继承
FontPitchValues

字段

FontPitchValues(String)

创建新的 FontPitchValues 枚举实例

Default 2

默认值。

当项序列化为 xml 时,其值为“default”。

Default

默认值。

当项序列化为 xml 时,其值为“default”。

Equals(FontPitchValues)
Equals(Object)
Fixed 0

固定宽度。

当项序列化为 xml 时,其值为“固定”。

Fixed

固定宽度。

当项序列化为 xml 时,其值为“固定”。

GetHashCode()
Equality(FontPitchValues, FontPitchValues)
Inequality(FontPitchValues, FontPitchValues)
ToString()
Variable 1

比例宽度。

当项序列化为 xml 时,其值为“variable”。

Variable

比例宽度。

当项序列化为 xml 时,其值为“variable”。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<FontPitchValues>.Create(String)

适用于