ConnectorPointValues 枚举

定义

连接器点

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

字段

ConnectorPointValues(String)

创建新的 ConnectorPointValues 枚举实例

Auto 0

自动。

当项序列化为 xml 时,其值为“auto”。

Auto

自动。

当项序列化为 xml 时,其值为“auto”。

BottomCenter 1

底部居中。

当项序列化为 xml 时,其值为“bCtr”。

BottomCenter

底部居中。

当项序列化为 xml 时,其值为“bCtr”。

BottomLeft 6

左下角。

将项序列化为 xml 时,其值为“bL”。

BottomLeft

左下角。

将项序列化为 xml 时,其值为“bL”。

BottomRight 7

右下角。

当项序列化为 xml 时,其值为“bR”。

BottomRight

右下角。

当项序列化为 xml 时,其值为“bR”。

Center 2

居中。

当项序列化为 xml 时,其值为“ctr”。

Center

居中。

当项序列化为 xml 时,其值为“ctr”。

Equals(ConnectorPointValues)
Equals(Object)
GetHashCode()
MiddleLeft 3

左中。

当项序列化为 xml 时,其值为“midL”。

MiddleLeft

左中。

当项序列化为 xml 时,其值为“midL”。

MiddleRight 4

中右。

当项序列化为 xml 时,其值为“midR”。

MiddleRight

中右。

当项序列化为 xml 时,其值为“midR”。

Equality(ConnectorPointValues, ConnectorPointValues)
Inequality(ConnectorPointValues, ConnectorPointValues)
Radial 10

径向。

当项序列化为 xml 时,其值为“radial”。

Radial

径向。

当项序列化为 xml 时,其值为“radial”。

TopCenter 5

顶部中心。

当项序列化为 xml 时,其值为“tCtr”。

TopCenter

顶部中心。

当项序列化为 xml 时,其值为“tCtr”。

TopLeft

左上角。

当项序列化为 xml 时,其值为“tL”。

TopLeft 8

左上角。

当项序列化为 xml 时,其值为“tL”。

TopRight 9

右上角。

当项序列化为 xml 时,其值为“tR”。

TopRight

右上角。

当项序列化为 xml 时,其值为“tR”。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ConnectorPointValues>.Create(String)

适用于