[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.ICalloutFormat

ICalloutFormat Interface

Contains properties and methods that apply to line callouts.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ICalloutFormat
Public Interface ICalloutFormat

Properties

Name Description
Accent

Gets or sets a value indicating whether to allows the user to place a vertical accent bar to separate the callout text from the callout line.

Angle

Gets or sets the angle of the callout line.

Border

Gets or sets a value indicating whether the border of the object is visible.

Drop

Gets the vertical distance (in pixels) from the edge of the text bounding box to the place where the callout line attaches to the text box.

DropType

Gets the a value that indicates where the callout line attaches to the callout text box.

Gap

Gets or sets the horizontal distance (in pixels) between the end of the callout line and the text bounding box.

Length

Gets the value that represents the length (in pixels) of the first segment of the callout line (the segment attached to the text callout box).

Type

Gets or sets the CalloutType value that represents the callout format type.

Methods

Name Description
CustomDrop(int)

Sets the vertical distance (in pixels) from the edge of the text bounding box to the place where the callout line attaches to the text box.

CustomLength(int)

Specifies that the first segment of the callout line (the segment attached to the text callout box) retain a fixed length whenever the callout is moved.

PresetDrop(CalloutDropType)

Specifies whether the callout line attaches to the top, bottom, or center of the callout text box or whether it attaches at a point that is a specified distance from the top or bottom of the text box.