MsoCalloutType Enumeration
Specifies the type of callout line.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoCalloutType
'Usage
Dim instance As MsoCalloutType
public enum MsoCalloutType
Members
Member name | Description | |
---|---|---|
msoCalloutMixed | Return value only; indicates a combination of the other states. | |
msoCalloutOne | Single, horizontal callout line. | |
msoCalloutTwo | Single, angled callout line. | |
msoCalloutThree | Callout line made up of two line segments. Callout line is attached on left side of text bounding box. | |
msoCalloutFour | Callout line made up of two line segments. Callout line is attached on right side of text bounding box. |