次の方法で共有


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)

適用対象