次の方法で共有


LinearDirectionValues 列挙型

定義

直線方向

public enum LinearDirectionValues
public readonly struct LinearDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues>
type LinearDirectionValues = 
type LinearDirectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LinearDirectionValues>
Public Enum LinearDirectionValues
Public Structure LinearDirectionValues
Implements IEnumValue, IEnumValueFactory(Of LinearDirectionValues), IEquatable(Of LinearDirectionValues)
継承
LinearDirectionValues
継承
LinearDirectionValues

フィールド

LinearDirectionValues(String)

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

Equals(Object)
Equals(LinearDirectionValues)
FromBottom

下から。

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

FromBottom 3

下から。

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

FromLeft

左から。

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

FromLeft 0

左から。

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

FromRight 1

右から。

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

FromRight

右から。

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

FromTop 2

上から。

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

FromTop

上から。

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

GetHashCode()
Equality(LinearDirectionValues, LinearDirectionValues)
Inequality(LinearDirectionValues, LinearDirectionValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<LinearDirectionValues>.Create(String)

適用対象