Click or drag to resize

CalloutPlacementValues Enumeration

Callout Placement

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum CalloutPlacementValues
Members
Member nameValueDescription
Top0 Top placement.

When the item is serialized out as xml, its value is "top".

Center1 Center placement.

When the item is serialized out as xml, its value is "center".

Bottom2 Bottom placement.

When the item is serialized out as xml, its value is "bottom".

User3 User-defined placement.

When the item is serialized out as xml, its value is "user".

See Also