MsoCalloutDropType enumeration (Office)
Specifies the starting position of the callout line relative to the text bounding box. Used with the PresetDrop method of the CalloutFormat object.
Name | Value | Description |
---|---|---|
msoCalloutDropBottom | 4 | Bottom |
msoCalloutDropCenter | 3 | Center |
msoCalloutDropCustom | 1 | Custom. If this value is used as the value for the PresetDrop property, the Drop and AutoAttach properties of the CalloutFormat object are used to determine where the callout line attaches to the text box. |
msoCalloutDropMixed | -2 | Return value only; indicates a combination of the other states. |
msoCalloutDropTop | 2 | Top |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.