CalloutFormat.PresetDrop(MsoCalloutDropType) Method

Definition

Specifies whether the callout line attaches to the top, bottom, or center of the callout text box or whether it attaches at a point that’s a specified distance from the top or bottom of the text box.

public:
 void PresetDrop(Microsoft::Office::Core::MsoCalloutDropType DropType);
public void PresetDrop (Microsoft.Office.Core.MsoCalloutDropType DropType);
Public Sub PresetDrop (DropType As MsoCalloutDropType)

Parameters

DropType
MsoCalloutDropType

Required Microsoft.Office.Interop.Office.MsoCalloutDropType. The starting position of the callout line relative to the text bounding box. Can be one of these MsoCalloutDropType constants:msoCalloutDropBottommsoCalloutDropCentermsoCalloutDropCustom Specifying msoCalloutDropCustom for this argument will cause your code to fail.msoCalloutDropMixedmsoCalloutDropTop

Applies to