次の方法で共有


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

フィールド

名前 説明
Top 0

上位の配置。

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

Center 1

中央の配置。

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

Bottom 2

下部の配置。

アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。

User 3

ユーザー定義の配置。

アイテムを xml としてシリアル化されるときに、その値は "user" です。

Bottom

下部の配置。

アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。

CalloutPlacementValues(String)

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

Center

中央の配置。

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

Equality(CalloutPlacementValues, CalloutPlacementValues)
Equals(CalloutPlacementValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CalloutPlacementValues>.Create(String)
Inequality(CalloutPlacementValues, CalloutPlacementValues)
Top

上位の配置。

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

ToString()
User

ユーザー定義の配置。

アイテムを xml としてシリアル化されるときに、その値は "user" です。

適用対象