# GrapeCity.Spreadsheet.Drawing.ICalloutFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat" class="text-break">ICalloutFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Contains properties and methods that apply to line callouts.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICalloutFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICalloutFormat</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Accent" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Accent">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Accent.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Accent">Accent</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Angle" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Angle">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Angle.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle of the callout line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Border" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Border">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Border.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the border of the object is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Drop" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Drop">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Drop.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Drop">Drop</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_DropType" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.DropType">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.DropType.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_DropType">DropType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a value that indicates where the callout line attaches to the callout text box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Gap" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Gap">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Gap.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Gap">Gap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal distance (in pixels) between the end of the callout line and the text bounding box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Length" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Length">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Length.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>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).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Type" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Type.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.CalloutType.html">CalloutType</a> value that represents the callout format type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomDrop_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomDrop(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomDrop.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomDrop_System_Int32_">CustomDrop(int)</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomLength_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomLength(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomLength.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomLength_System_Int32_">CustomLength(int)</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_PresetDrop_GrapeCity_Spreadsheet_Drawing_CalloutDropType_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.PresetDrop(GrapeCity.Spreadsheet.Drawing.CalloutDropType)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.PresetDrop.html#GrapeCity_Spreadsheet_Drawing_ICalloutFormat_PresetDrop_GrapeCity_Spreadsheet_Drawing_CalloutDropType_">PresetDrop(CalloutDropType)</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
