SecondaryLinearDirectionValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
二次線形方向
public enum SecondaryLinearDirectionValues
public readonly struct SecondaryLinearDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues>
type SecondaryLinearDirectionValues =
type SecondaryLinearDirectionValues = struct
interface IEnumValue
interface IEnumValueFactory<SecondaryLinearDirectionValues>
Public Enum SecondaryLinearDirectionValues
Public Structure SecondaryLinearDirectionValues
Implements IEnumValue, IEnumValueFactory(Of SecondaryLinearDirectionValues), IEquatable(Of SecondaryLinearDirectionValues)
- 継承
-
SecondaryLinearDirectionValues
- 継承
-
SecondaryLinearDirectionValues
フィールド
名前 | 値 | 説明 |
---|---|---|
None | 0 | なし。 項目を xml としてシリアル化されるときに、その値は "none" です。 |
FromLeft | 1 | 左から。 項目を xml としてシリアル化されるときに、その値は "fromL" です。 |
FromRight | 2 | 右から。 項目を xml としてシリアル化されるときに、その値は "fromR" です。 |
FromTop | 3 | 上から。 項目を xml としてシリアル化されるときに、その値は "fromT" です。 |
FromBottom | 4 | 下から。 項目を xml としてシリアル化されるときに、その値は "fromB" です。 |
Equality(SecondaryLinearDirectionValues, SecondaryLinearDirectionValues) | ||
Equals(Object) | ||
Equals(SecondaryLinearDirectionValues) | ||
FromBottom | 下から。 項目を xml としてシリアル化されるときに、その値は "fromB" です。 |
|
FromLeft | 左から。 項目を xml としてシリアル化されるときに、その値は "fromL" です。 |
|
FromRight | 右から。 項目を xml としてシリアル化されるときに、その値は "fromR" です。 |
|
FromTop | 上から。 項目を xml としてシリアル化されるときに、その値は "fromT" です。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SecondaryLinearDirectionValues>.Create(String) | ||
Inequality(SecondaryLinearDirectionValues, SecondaryLinearDirectionValues) | ||
None | なし。 項目を xml としてシリアル化されるときに、その値は "none" です。 |
|
SecondaryLinearDirectionValues(String) | 新しい SecondaryLinearDirectionValues 列挙型インスタンスを作成します |
|
ToString() |