CalloutPlacementValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callout Placement
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)
- Inheritance
-
CalloutPlacementValues
- Inheritance
-
CalloutPlacementValues
Fields
Name | Value | Description |
---|---|---|
Top | 0 | Top placement. When the item is serialized out as xml, its value is "top". |
Center | 1 | Center placement. When the item is serialized out as xml, its value is "center". |
Bottom | 2 | Bottom placement. When the item is serialized out as xml, its value is "bottom". |
User | 3 | User-defined placement. When the item is serialized out as xml, its value is "user". |
Bottom | Bottom placement. When the item is serialized out as xml, its value is "bottom". |
|
CalloutPlacementValues(String) | Creates a new CalloutPlacementValues enum instance |
|
Center | Center placement. When the item is serialized out as xml, its value is "center". |
|
Equality(CalloutPlacementValues, CalloutPlacementValues) | ||
Equals(CalloutPlacementValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CalloutPlacementValues>.Create(String) | ||
Inequality(CalloutPlacementValues, CalloutPlacementValues) | ||
Top | Top placement. When the item is serialized out as xml, its value is "top". |
|
ToString() | ||
User | User-defined placement. When the item is serialized out as xml, its value is "user". |