MsoCalloutType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of callout line.
public enum class MsoCalloutType
public enum MsoCalloutType
type MsoCalloutType =
Public Enum MsoCalloutType
- Inheritance
-
MsoCalloutType
Fields
Name | Value | Description |
---|---|---|
msoCalloutMixed | -2 | Return value only; indicates a combination of the other states. |
msoCalloutOne | 1 | Single, horizontal callout line. |
msoCalloutTwo | 2 | Single, angled callout line. |
msoCalloutThree | 3 | Callout line made up of two line segments. Callout line is attached on left side of text bounding box. |
msoCalloutFour | 4 | Callout line made up of two line segments. Callout line is attached on right side of text bounding box. |