MsoCalloutDropType 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 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
Name | Value | Description |
---|---|---|
msoCalloutDropMixed | -2 | Return value only; indicates a combination of the other states. |
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. |
msoCalloutDropTop | 2 | Top. |
msoCalloutDropCenter | 3 | Center. |
msoCalloutDropBottom | 4 | Bottom. |
Remarks
Used with the PresetDrop method of the CalloutFormat object.