# GrapeCity.Documents.Word.TextboxTightWrap

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TextboxTightWrap" data-uid="GrapeCity.Documents.Word.TextboxTightWrap" class="text-break">TextboxTightWrap Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the lines in the paragraph that shall allow the text to be tight wrapped
to the paragraph (and not the text box) extents when displaying the document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_TextboxTightWrap_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextboxTightWrap</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextboxTightWrap</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_Word_TextboxTightWrap_AllLines">AllLines</td>
        <td><p>Tight wrap all lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextboxTightWrap_FirstAndLastLine">FirstAndLastLine</td>
        <td><p>Tight wrap first and last lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextboxTightWrap_FirstLineOnly">FirstLineOnly</td>
        <td><p>Tight wrap first line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextboxTightWrap_LastLineOnly">LastLineOnly</td>
        <td><p>Tight wrap last line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextboxTightWrap_None">None</td>
        <td><p>Do not tight wrap.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
