CalloutFormat.PresetDrop Method
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub PresetDrop ( _
DropType As MsoCalloutDropType _
)
'Usage
Dim instance As CalloutFormat
Dim DropType As MsoCalloutDropType
instance.PresetDrop(DropType)
void PresetDrop(
MsoCalloutDropType DropType
)
Parameters
- DropType
Type: MsoCalloutDropType
The starting position of the callout line relative to the text bounding box.
Remarks
If you specify msoCalloutDropCustom for the DropType parameter, the values of the Drop and AutoAttach properties and the relative positions of the callout text box and callout line origin (the place that the callout points to) are used to determine where the callout line attaches to the text box.