Share via


MsoCalloutDropType Enumeration 

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

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoCalloutDropType1 As MsoCalloutDropType = MsoCalloutDropType.msoCalloutDropBottom

Syntax

Public Enum MsoCalloutDropType
public enum MsoCalloutDropType
public enum class MsoCalloutDropType
public enum MsoCalloutDropType
public enum MsoCalloutDropType

Members

Member name Description
msoCalloutDropBottom Bottom.
msoCalloutDropCenter Center.
msoCalloutDropCustom 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 Return value only; indicates a combination of the other states.
msoCalloutDropTop Top.

Remarks

Used with the PresetDrop method of the CalloutFormat object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace