# GrapeCity.Documents.Text.WrapMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_WrapMode" data-uid="GrapeCity.Documents.Text.WrapMode" class="text-break">WrapMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how text lines are broken to avoid text overflowing the layout box.</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_WrapMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum WrapMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum WrapMode</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_WrapMode_CharWrap">CharWrap</td>
        <td><p>Text lines can be broken at the grapheme cluster boundaries (see Unicode Standard Annex #29).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_WrapMode_NoWrap">NoWrap</td>
        <td><p>Text lines can not be broken.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_WrapMode_WordWrap">WordWrap</td>
        <td><p>Text lines are broken in accordance with the Unicode line breaking algorithm (see Unicode Standard Annex #14).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
