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 分数 (スタック)。 項目を 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 分数 (スタック)。 項目を xml としてシリアル化されるときに、その値は "noBar" です。 |
|
| Skewed | 傾斜。 項目を xml としてシリアル化されるときに、その値は "skw" です。 |
|
| ToString() |