MsoCalloutDropType 枚举

定义

指定相对于文本边界框的标注线起始位置。

public enum class MsoCalloutDropType
public enum MsoCalloutDropType
type MsoCalloutDropType = 
Public Enum MsoCalloutDropType
继承
MsoCalloutDropType

字段

msoCalloutDropBottom 4

底端对齐。

msoCalloutDropCenter 3

居中。

msoCalloutDropCustom 1

自 定义。 如果该值用作 PresetDrop 属性的值,则 CalloutFormat 对象的 DropAutoAttach 属性用于确定标注线连接到文本框的位置。

msoCalloutDropMixed -2

只返回值,表示其他状态的组合。

msoCalloutDropTop 2

顶端对齐。

注解

CalloutFormat 对象的 PresetDrop 方法一起使用。

适用于