# GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange" class="text-break">ITextContentRange Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the content range of the textbox.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITextContentRange : IContentRange</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_ActiveReports_Extensibility_Layout_ITextContentRange_EndPosition" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.EndPosition">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.EndPosition.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_EndPosition">EndPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the end of the text range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_Height" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.Height.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the full height of the textbox.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_HorizontalOffset" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.HorizontalOffset">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.HorizontalOffset.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_IsSingleLine" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.IsSingleLine">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.IsSingleLine.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_IsSingleLine">IsSingleLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this text run is fitted into one text line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_ScaleX" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.ScaleX">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.ScaleX.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_ScaleX">ScaleX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal scale factor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_StartPosition" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.StartPosition">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.StartPosition.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_StartPosition">StartPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the beginning of the text range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_Text" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.Text.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_Width" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange.Width.html#GrapeCity_ActiveReports_Extensibility_Layout_ITextContentRange_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the full width of the textbox.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
