CalloutPlacementValues Enumeration
Callout Placement
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CalloutPlacementValues
'Usage
Dim instance As CalloutPlacementValues
public enum CalloutPlacementValues
Members
Member name | Description | |
---|---|---|
Top | Top placement. When the item is serialized out as xml, its value is "top". | |
Center | Center placement. When the item is serialized out as xml, its value is "center". | |
Bottom | Bottom placement. When the item is serialized out as xml, its value is "bottom". | |
User | User-defined placement. When the item is serialized out as xml, its value is "user". |