# GrapeCity.Documents.Word.CompatibilityOptions.AllowTextAfterFloatingTableBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_CompatibilityOptions_AllowTextAfterFloatingTableBreak_" data-uid="GrapeCity.Documents.Word.CompatibilityOptions.AllowTextAfterFloatingTableBreak*">AllowTextAfterFloatingTableBreak Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_CompatibilityOptions_AllowTextAfterFloatingTableBreak_" data-uid="GrapeCity.Documents.Word.CompatibilityOptions.AllowTextAfterFloatingTableBreak*"></a>
<h4 id="GrapeCity_Documents_Word_CompatibilityOptions_AllowTextAfterFloatingTableBreak" data-uid="GrapeCity.Documents.Word.CompatibilityOptions.AllowTextAfterFloatingTableBreak">AllowTextAfterFloatingTableBreak</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the document content that follows the floating table can be added to the same pages as the table. The content follows the usual page breaking rules and can flow around the table.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowTextAfterFloatingTableBreak { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AllowTextAfterFloatingTableBreak As Boolean</code></pre>
</div>
</div>
