# GrapeCity.Documents.Text.JoiningType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_JoiningType" data-uid="GrapeCity.Documents.Text.JoiningType" class="text-break">JoiningType Enum
</h1>
  <div class="markdown level0 summary"><p>Arabic joining types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_JoiningType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum JoiningType : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum JoiningType As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_JoiningType_C">C</td>
        <td><p>Join_Causing</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_JoiningType_D">D</td>
        <td><p>Dual_Joining</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_JoiningType_L">L</td>
        <td><p>Left_Joining</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_JoiningType_R">R</td>
        <td><p>Right_Joining</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_JoiningType_T">T</td>
        <td><p>Transparent</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_JoiningType_U">U</td>
        <td><p>Non_Joining</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
