MsoCalloutDropType Enum

Definition

Specifies starting position of the callout line relative to the text bounding box.

public enum class MsoCalloutDropType
public enum MsoCalloutDropType
type MsoCalloutDropType = 
Public Enum MsoCalloutDropType
Inheritance
MsoCalloutDropType

Fields

msoCalloutDropBottom 4

Bottom.

msoCalloutDropCenter 3

Center.

msoCalloutDropCustom 1

Custom. If this value is used as the value for the PresetDrop property, the Drop and AutoAttach properties of the CalloutFormat object are used to determine where the callout line attaches to the text box.

msoCalloutDropMixed -2

Return value only; indicates a combination of the other states.

msoCalloutDropTop 2

Top.

Remarks

Used with the PresetDrop method of the CalloutFormat object.

Applies to