# C1.WPF.RichTextBox.Documents.C1HtmlText

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1HtmlText" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlText" class="text-break">C1HtmlText Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Html text node.</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.WPF.RichTextBox.Documents.C1HtmlNode.html">C1HtmlNode</a></div>
    <div class="level2"><span class="xref">C1HtmlText</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1HtmlText_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HtmlText : C1HtmlNode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HtmlText
    Inherits C1HtmlNode</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_WPF_RichTextBox_Documents_C1HtmlText__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlText.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.-ctor.html#C1_WPF_RichTextBox_Documents_C1HtmlText__ctor">C1HtmlText()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.html">C1HtmlText</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlText__ctor_System_String_" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlText.#ctor(System.String)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.-ctor.html#C1_WPF_RichTextBox_Documents_C1HtmlText__ctor_System_String_">C1HtmlText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.html">C1HtmlText</a> with the given text.</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_WPF_RichTextBox_Documents_C1HtmlText_Text" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlText.Text">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.Text.html#C1_WPF_RichTextBox_Documents_C1HtmlText_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text content of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.html">C1HtmlText</a>.</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_WPF_RichTextBox_Documents_C1HtmlText_ToString" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlText.ToString">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.ToString.html#C1_WPF_RichTextBox_Documents_C1HtmlText_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
