# C1.Document.C1FragmentHighlight

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1FragmentHighlight" data-uid="C1.Document.C1FragmentHighlight" class="text-break">C1FragmentHighlight Class
</h1>
  <div class="markdown level0 summary"><p>Defines highlighting in the block of text.</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"><span class="xref">C1FragmentHighlight</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_C1FragmentHighlight_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1FragmentHighlight</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1FragmentHighlight</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_Document_C1FragmentHighlight__ctor_System_Object_C1_Document_C1HighlightAttrs_" data-uid="C1.Document.C1FragmentHighlight.#ctor(System.Object,C1.Document.C1HighlightAttrs)">
          <a class="xref" href="C1.Document.C1FragmentHighlight.-ctor.html#C1_Document_C1FragmentHighlight__ctor_System_Object_C1_Document_C1HighlightAttrs_">C1FragmentHighlight(object, C1HighlightAttrs)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1FragmentHighlight.html">C1FragmentHighlight</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_Document_C1FragmentHighlight_Attrs" data-uid="C1.Document.C1FragmentHighlight.Attrs">
          <a class="xref" href="C1.Document.C1FragmentHighlight.Attrs.html#C1_Document_C1FragmentHighlight_Attrs">Attrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.C1HighlightAttrs.html">C1HighlightAttrs</a> structure defining highlighting attributes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FragmentHighlight_Range" data-uid="C1.Document.C1FragmentHighlight.Range">
          <a class="xref" href="C1.Document.C1FragmentHighlight.Range.html#C1_Document_C1FragmentHighlight_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object defining the content which should be highlighted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
