# C1.C1Word.C1WordDocument.AddLink

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_C1WordDocument_AddLink_" data-uid="C1.C1Word.C1WordDocument.AddLink*">AddLink Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_C1WordDocument_AddLink_" data-uid="C1.C1Word.C1WordDocument.AddLink*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddLink_System_String_" data-uid="C1.C1Word.C1WordDocument.AddLink(System.String)">AddLink(string)</h4>
<div class="markdown level1 summary"><p>Add hyperlink into this document in next position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfHyperlink AddLink(string target)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddLink(target As String) As RtfHyperlink</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">target</span></td>
      <td><p>The target object (URL, bookmark ...) as string.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.C1Word.Objects.RtfHyperlink.html">RtfHyperlink</a></td>
      <td><p>The Word/RTF hyperlink object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddLink_" data-uid="C1.C1Word.C1WordDocument.AddLink*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddLink_System_String_C1_C1Word_Objects_IRtfContent_" data-uid="C1.C1Word.C1WordDocument.AddLink(System.String,C1.C1Word.Objects.IRtfContent)">AddLink(string, IRtfContent)</h4>
<div class="markdown level1 summary"><p>Add hyperlink into this document in next position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfHyperlink AddLink(string target, IRtfContent content)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddLink(target As String, content As IRtfContent) As RtfHyperlink</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">target</span></td>
      <td><p>The target object (URL, bookmark ...) as string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.Objects.IRtfContent.html">IRtfContent</a></td>
      <td><span class="parametername">content</span></td>
      <td><p>The drawing content (paragraph) object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.C1Word.Objects.RtfHyperlink.html">RtfHyperlink</a></td>
      <td><p>The Word/RTF hyperlink object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
