# C1.Report.ParagraphText

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ParagraphText" data-uid="C1.Report.ParagraphText" class="text-break">ParagraphText Class
</h1>
  <div class="markdown level0 summary"><p>Represents run of text in the <a class="xref" href="C1.Report.ParagraphField.html">ParagraphField</a>.</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="C1.Report.ReportObject.html">ReportObject</a></div>
    <div class="level2"><a class="xref" href="C1.Report.ParagraphItem.html">ParagraphItem</a></div>
    <div class="level3"><span class="xref">ParagraphText</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ParagraphText_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParagraphText : ParagraphItem, IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParagraphText
    Inherits ParagraphItem
    Implements IScriptContextProvider</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="C1_Report_ParagraphText__ctor" data-uid="C1.Report.ParagraphText.#ctor">
          <a class="xref" href="C1.Report.ParagraphText.-ctor.html#C1_Report_ParagraphText__ctor">ParagraphText()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of the <a class="xref" href="C1.Report.ParagraphText.html">ParagraphText</a> class.</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="C1_Report_ParagraphText_Font" data-uid="C1.Report.ParagraphText.Font">
          <a class="xref" href="C1.Report.ParagraphText.Font.html#C1_Report_ParagraphText_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Report.ParagraphText.html">ParagraphText</a> font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphText_ForeColor" data-uid="C1.Report.ParagraphText.ForeColor">
          <a class="xref" href="C1.Report.ParagraphText.ForeColor.html#C1_Report_ParagraphText_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item's foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphText_Format" data-uid="C1.Report.ParagraphText.Format">
          <a class="xref" href="C1.Report.ParagraphText.Format.html#C1_Report_ParagraphText_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string used to format the item value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphText_Owner" data-uid="C1.Report.ParagraphText.Owner">
          <a class="xref" href="C1.Report.ParagraphText.Owner.html#C1_Report_ParagraphText_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Report.ParagraphField.html">ParagraphField</a> object owning this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphText_Text" data-uid="C1.Report.ParagraphText.Text">
          <a class="xref" href="C1.Report.ParagraphText.Text.html#C1_Report_ParagraphText_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptObjectValue.html">ScriptObjectValue</a> yielding the text of the current item.</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="C1_Report_ParagraphText_AssignFrom_C1_Report_ReportObject_System_Boolean_" data-uid="C1.Report.ParagraphText.AssignFrom(C1.Report.ReportObject,System.Boolean)">
          <a class="xref" href="C1.Report.ParagraphText.AssignFrom.html#C1_Report_ParagraphText_AssignFrom_C1_Report_ReportObject_System_Boolean_">AssignFrom(ReportObject, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another object into this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphText_GetPropsTable" data-uid="C1.Report.ParagraphText.GetPropsTable">
          <a class="xref" href="C1.Report.ParagraphText.GetPropsTable.html#C1_Report_ParagraphText_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphText_ResetFont" data-uid="C1.Report.ParagraphText.ResetFont">
          <a class="xref" href="C1.Report.ParagraphText.ResetFont.html#C1_Report_ParagraphText_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Report.ParagraphText.Font.html#C1_Report_ParagraphText_Font">Font</a> property to its default value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
