MsoCalloutDropType Enumeration

Specifies starting position of the callout line relative to the text bounding box.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoCalloutDropType
'Usage
Dim instance As MsoCalloutDropType
public enum MsoCalloutDropType

Members

Member name Description
msoCalloutDropMixed Return value only; indicates a combination of the other states.
msoCalloutDropCustom 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.
msoCalloutDropTop Top.
msoCalloutDropCenter Center.
msoCalloutDropBottom Bottom.

Remarks

Used with the PresetDrop method of the CalloutFormat object.

See Also

Reference

Microsoft.Office.Core Namespace