Click or drag to resize

CalloutPlacementValues Enumeration

Callout Placement

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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