Share via


MsoCalloutType Enumeration 

Specifies the type of callout line.

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

Usage

Dim msoCalloutType1 As MsoCalloutType = MsoCalloutType.msoCalloutFour

Syntax

Public Enum MsoCalloutType
public enum MsoCalloutType
public enum class MsoCalloutType
public enum MsoCalloutType
public enum MsoCalloutType

Members

Member name Description
msoCalloutFour Callout line made up of two line segments. Callout line is attached on right side of text bounding box.
msoCalloutMixed Return value only; indicates a combination of the other states.
msoCalloutOne Single, horizontal callout line.
msoCalloutThree Callout line made up of two line segments. Callout line is attached on left side of text bounding box.
msoCalloutTwo Single, angled callout line.

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