CalloutFormat.PresetDrop(MsoCalloutDropType) 方法

定义

表示标注线是连接在标注文本框的顶端、底端还是中心,或者表示标注线是连接在距标注文本框的顶端有一定距离的位置上,还是距底端有一定距离的位置上。

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

参数

DropType
MsoCalloutDropType

必需 Microsoft.Office.Interop.Office.MsoCalloutDropType。 相对于文本边界框的标注线起始位置。 可以是其中一个 MsoCalloutDropType 常量:msoCalloutDropBottommsoCalloutDropCentermsoCalloutDropCustom 为此参数指定 msoCalloutDropCustom 将导致代码失败。msoCalloutDropMixedmsoCalloutDropTop

适用于