# GrapeCity.Documents.Word.ParagraphFormat.TextboxTightWrap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ParagraphFormat_TextboxTightWrap_" data-uid="GrapeCity.Documents.Word.ParagraphFormat.TextboxTightWrap*">TextboxTightWrap Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ParagraphFormat_TextboxTightWrap_" data-uid="GrapeCity.Documents.Word.ParagraphFormat.TextboxTightWrap*"></a>
<h4 id="GrapeCity_Documents_Word_ParagraphFormat_TextboxTightWrap" data-uid="GrapeCity.Documents.Word.ParagraphFormat.TextboxTightWrap">TextboxTightWrap</h4>
<div class="markdown level1 summary"><p>Gets or sets how text wrapping behaves around a text box containing the paragraph.
Specifies whether surrounding text is allowed to overlap the text box boundaries
and wrap tightly to the actual text content inside the box.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextboxTightWrap TextboxTightWrap { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TextboxTightWrap As TextboxTightWrap</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_ParagraphFormat_TextboxTightWrap_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property takes effect only for paragraphs within a text box; it is ignored otherwise.</p>
</div>
</div>
