BendPointValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ベンド ポイント
public enum BendPointValues
public readonly struct BendPointValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues>
type BendPointValues =
type BendPointValues = struct
interface IEnumValue
interface IEnumValueFactory<BendPointValues>
Public Enum BendPointValues
Public Structure BendPointValues
Implements IEnumValue, IEnumValueFactory(Of BendPointValues), IEquatable(Of BendPointValues)
- 継承
-
BendPointValues
- 継承
-
BendPointValues
フィールド
名前 | 値 | 説明 |
---|---|---|
Beginning | 0 | 開始。 項目を xml としてシリアル化されるときに、その値は "beg" です。 |
Default | 1 | 既定値。 項目を xml としてシリアル化されるときに、その値は "def" です。 |
End | 2 | 終わり。 項目を xml としてシリアル化されるときに、その値は "end" です。 |
Beginning | 開始。 項目を xml としてシリアル化されるときに、その値は "beg" です。 |
|
BendPointValues(String) | 新しい BendPointValues 列挙型インスタンスを作成します |
|
Default | 既定値。 項目を xml としてシリアル化されるときに、その値は "def" です。 |
|
End | 終わり。 項目を xml としてシリアル化されるときに、その値は "end" です。 |
|
Equality(BendPointValues, BendPointValues) | ||
Equals(BendPointValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BendPointValues>.Create(String) | ||
Inequality(BendPointValues, BendPointValues) | ||
ToString() |