CalloutPlacementValues 枚举

定义

标注放置

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

字段

CalloutPlacementValues(String)

创建新的 CalloutPlacementValues 枚举实例

Bottom 2

底部放置。

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

Bottom

底部放置。

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

Center 1

居中放置。

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

Center

居中放置。

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

Equals(Object)
Equals(CalloutPlacementValues)
GetHashCode()
Equality(CalloutPlacementValues, CalloutPlacementValues)
Inequality(CalloutPlacementValues, CalloutPlacementValues)
Top 0

顶部放置。

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

Top

顶部放置。

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

ToString()
User 3

用户定义的放置。

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

User

用户定义的放置。

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

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

适用于