CalloutPlacementValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
吹き出しの配置
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" です。 |