SecondaryLinearDirectionValues 枚举

定义

次要线性方向

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()

适用于