次の方法で共有


FractionTypeValues 列挙型

定義

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

フィールド

FractionTypeValues(String)

新しい FractionTypeValues 列挙型インスタンスを作成します

Bar 0

棒の端数。

項目を xml としてシリアル化されるときに、その値は "bar" です。

Bar

棒の端数。

項目を xml としてシリアル化されるときに、その値は "bar" です。

Equals(Object)
Equals(FractionTypeValues)
GetHashCode()
Linear 2

線形分数。

項目を xml としてシリアル化されるときに、その値は "lin" です。

Linear

線形分数。

項目を xml としてシリアル化されるときに、その値は "lin" です。

NoBar 3

No-Bar 分数 (スタック)。

項目を xml としてシリアル化されるときに、その値は "noBar" です。

NoBar

No-Bar 分数 (スタック)。

項目を xml としてシリアル化されるときに、その値は "noBar" です。

Equality(FractionTypeValues, FractionTypeValues)
Inequality(FractionTypeValues, FractionTypeValues)
Skewed

傾斜。

項目を xml としてシリアル化されるときに、その値は "skw" です。

Skewed 1

傾斜。

項目を xml としてシリアル化されるときに、その値は "skw" です。

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

適用対象