FontPitchValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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
字段
名称 | 值 | 说明 |
---|---|---|
Fixed | 0 | 固定宽度。 当项序列化为 xml 时,其值为“固定”。 |
Variable | 1 | 比例宽度。 当项序列化为 xml 时,其值为“variable”。 |
Default | 2 | 默认值。 当项序列化为 xml 时,其值为“default”。 |
Default | 默认值。 当项序列化为 xml 时,其值为“default”。 |
|
Equality(FontPitchValues, FontPitchValues) | ||
Equals(FontPitchValues) | ||
Equals(Object) | ||
Fixed | 固定宽度。 当项序列化为 xml 时,其值为“固定”。 |
|
FontPitchValues(String) | 创建新的 FontPitchValues 枚举实例 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FontPitchValues>.Create(String) | ||
Inequality(FontPitchValues, FontPitchValues) | ||
ToString() | ||
Variable | 比例宽度。 当项序列化为 xml 时,其值为“variable”。 |