# C1.C1Word.Objects.RtfHyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfHyperlink" data-uid="C1.C1Word.Objects.RtfHyperlink" class="text-break">RtfHyperlink Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF hyperlink field class.</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.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Objects.RtfField.html">RtfField</a></div>
    <div class="level3"><span class="xref">RtfHyperlink</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="C1.C1Word.Objects.IRtfContent.html">IRtfContent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="C1.C1Word.IDocumentContent.html">IDocumentContent</a></div>
    <div><a class="xref" href="C1.C1Word.IParagraphContent.html">IParagraphContent</a></div>
    <div><a class="xref" href="C1.C1Word.IContent.html">IContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfHyperlink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfHyperlink : RtfField, ICloneable, IRtfContent, IEnumerable, IDocumentContent, IParagraphContent, IContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfHyperlink
    Inherits RtfField
    Implements ICloneable, IRtfContent, IEnumerable, IDocumentContent, IParagraphContent, IContent</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_C1Word_Objects_RtfHyperlink__ctor_System_String_" data-uid="C1.C1Word.Objects.RtfHyperlink.#ctor(System.String)">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.-ctor.html#C1_C1Word_Objects_RtfHyperlink__ctor_System_String_">RtfHyperlink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF hyperlink constructor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink__ctor_System_String_System_Drawing_Color_C1_C1Word_RtfUnderlineStyle_" data-uid="C1.C1Word.Objects.RtfHyperlink.#ctor(System.String,System.Drawing.Color,C1.C1Word.RtfUnderlineStyle)">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.-ctor.html#C1_C1Word_Objects_RtfHyperlink__ctor_System_String_System_Drawing_Color_C1_C1Word_RtfUnderlineStyle_">RtfHyperlink(string, Color, RtfUnderlineStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF hyperlink constructor with attributes.</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_C1Word_Objects_RtfHyperlink_BackColor" data-uid="C1.C1Word.Objects.RtfHyperlink.BackColor">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.BackColor.html#C1_C1Word_Objects_RtfHyperlink_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets hyperlink foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_Content" data-uid="C1.C1Word.Objects.RtfHyperlink.Content">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.Content.html#C1_C1Word_Objects_RtfHyperlink_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the paragraph content for this hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_Count" data-uid="C1.C1Word.Objects.RtfHyperlink.Count">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.Count.html#C1_C1Word_Objects_RtfHyperlink_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current count Word/RTF objects in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_Current" data-uid="C1.C1Word.Objects.RtfHyperlink.Current">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.Current.html#C1_C1Word_Objects_RtfHyperlink_Current">Current</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current Word/RTF object for set (group, collection).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_ForeColor" data-uid="C1.C1Word.Objects.RtfHyperlink.ForeColor">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.ForeColor.html#C1_C1Word_Objects_RtfHyperlink_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets hyperlink foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_IsEmpty" data-uid="C1.C1Word.Objects.RtfHyperlink.IsEmpty">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.IsEmpty.html#C1_C1Word_Objects_RtfHyperlink_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets is empty this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_Target" data-uid="C1.C1Word.Objects.RtfHyperlink.Target">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.Target.html#C1_C1Word_Objects_RtfHyperlink_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets target object (URL, bookmark ...) as string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfHyperlink_Underline" data-uid="C1.C1Word.Objects.RtfHyperlink.Underline">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.Underline.html#C1_C1Word_Objects_RtfHyperlink_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets hyperlink underline.</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_C1Word_Objects_RtfHyperlink_Add_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.Objects.RtfHyperlink.Add(C1.C1Word.Objects.RtfObject)">
          <a class="xref" href="C1.C1Word.Objects.RtfHyperlink.Add.html#C1_C1Word_Objects_RtfHyperlink_Add_C1_C1Word_Objects_RtfObject_">Add(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Word/RTF object to this collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
