# GrapeCity.ActiveReports.Document.Section.InputFieldTextItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem" class="text-break">InputFieldTextItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the canvas item for text fields.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldItem.html">InputFieldItem</a></div>
    <div class="level3"><span class="xref">InputFieldTextItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Document.Section.IBordered.html">IBordered</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class InputFieldTextItem : InputFieldItem, IDisposable, ICloneable, IBordered</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem__ctor_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputTextAlign_System_String___" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.#ctor(System.Drawing.RectangleF,System.String,System.Boolean,System.Boolean,GrapeCity.ActiveReports.Document.Section.InputBorderStyle,System.Single,System.Drawing.Color,System.Int32,System.Boolean,System.Boolean,System.Boolean,GrapeCity.ActiveReports.Document.Section.InputTextAlign,System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.-ctor.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem__ctor_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputTextAlign_System_String___">InputFieldTextItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, int, bool, bool, bool, InputTextAlign, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.html">InputFieldTextItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Document_Section_InputFieldTextItem_Alignment" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Alignment">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Alignment.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_MaxLength" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.MaxLength">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.MaxLength.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_MaxLength">MaxLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum length of the text entered. When 0, the text is not restricted to any specified length.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Multiline" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Multiline">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Multiline.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Multiline">Multiline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the multiline. Allows more than a single-line entry in the text field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Password" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Password">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Password.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Password">Password</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the password. Displays the user-entered text as a series of asterisks (*).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_SpellCheck" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.SpellCheck">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.SpellCheck.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_SpellCheck">SpellCheck</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the spell check. Indicates whether the text should be spell checked during its input or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Text" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Text.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text value.</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_ActiveReports_Document_Section_InputFieldTextItem_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.Clone.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_ToString" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.ToString.html#GrapeCity_ActiveReports_Document_Section_InputFieldTextItem_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
