# GrapeCity.Documents.Text.WordBoundaryRules

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_WordBoundaryRules" data-uid="GrapeCity.Documents.Text.WordBoundaryRules" class="text-break">WordBoundaryRules Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the word breaking algorithm.</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_WordBoundaryRules_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum WordBoundaryRules</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum WordBoundaryRules</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_WordBoundaryRules_Simplified">Simplified</td>
        <td><p>Simplified word breaking rules not allowing to break words on any characters other than white spaces.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_WordBoundaryRules_Unicode">Unicode</td>
        <td><p>Set word boundaries in accordance with the Unicode text segmentation algorithm (see a Unicode Standard Annex #29).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
