FractionTypeValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 FractionTypeValues 枚举。
public enum FractionTypeValues
public readonly struct FractionTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.FractionTypeValues>, IEquatable<DocumentFormat.OpenXml.Math.FractionTypeValues>
type FractionTypeValues =
type FractionTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<FractionTypeValues>
Public Enum FractionTypeValues
Public Structure FractionTypeValues
Implements IEnumValue, IEnumValueFactory(Of FractionTypeValues), IEquatable(Of FractionTypeValues)
- 继承
-
FractionTypeValues
- 继承
-
FractionTypeValues
字段
名称 | 值 | 说明 |
---|---|---|
Bar | 0 | 条形分数。 当项序列化为 xml 时,其值为“bar”。 |
Skewed | 1 | 扭曲。 当项序列化为 xml 时,其值为“skw”。 |
Linear | 2 | 线性分数。 当项序列化为 xml 时,其值为“lin”。 |
NoBar | 3 | No-Bar 分数 (Stack) 。 当项序列化为 xml 时,其值为“noBar”。 |
Bar | 条形分数。 当项序列化为 xml 时,其值为“bar”。 |
|
Equality(FractionTypeValues, FractionTypeValues) | ||
Equals(FractionTypeValues) | ||
Equals(Object) | ||
FractionTypeValues(String) | 创建新的 FractionTypeValues 枚举实例 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FractionTypeValues>.Create(String) | ||
Inequality(FractionTypeValues, FractionTypeValues) | ||
Linear | 线性分数。 当项序列化为 xml 时,其值为“lin”。 |
|
NoBar | No-Bar 分数 (Stack) 。 当项序列化为 xml 时,其值为“noBar”。 |
|
Skewed | 扭曲。 当项序列化为 xml 时,其值为“skw”。 |
|
ToString() |