CalloutFormat.PresetDrop(MsoCalloutDropType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
abstract member PresetDrop : Microsoft.Office.Core.MsoCalloutDropType -> unit
Public Sub PresetDrop (DropType As MsoCalloutDropType)
Parameters
- DropType
- 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.