# GrapeCity.Documents.Word.WrapFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_WrapFormat" data-uid="GrapeCity.Documents.Word.WrapFormat" class="text-break">WrapFormat Class
</h1>
  <div class="markdown level0 summary"><p>Represents the properties for wrapping text around a shape or shape range.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">WrapFormat</span></div>
  </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_WrapFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WrapFormat : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WrapFormat
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_BehindText" data-uid="GrapeCity.Documents.Word.WrapFormat.BehindText">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.BehindText.html#GrapeCity_Documents_Word_WrapFormat_BehindText">BehindText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a floating shape is displayed behind the text of the document when the document is displayed.
When a shape is displayed within a document, that shape can intersect with text in the document.
This property determines whether the text or the object is rendered on top in case of overlapping.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_DistanceBottom" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceBottom">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.DistanceBottom.html#GrapeCity_Documents_Word_WrapFormat_DistanceBottom">DistanceBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum distance that is maintained between the bottom edge of a shape
and any subsequent text within the document when this shape is displayed within the document's contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_DistanceLeft" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceLeft">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.DistanceLeft.html#GrapeCity_Documents_Word_WrapFormat_DistanceLeft">DistanceLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum distance that is maintained between the left edge of the shape
and any subsequent text within the document when this shape is displayed within the document's contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_DistanceRight" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceRight">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.DistanceRight.html#GrapeCity_Documents_Word_WrapFormat_DistanceRight">DistanceRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum distance that is maintained between the right edge of the shape
and any subsequent text within the document when this shape is displayed within the document's contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_DistanceTop" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceTop">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.DistanceTop.html#GrapeCity_Documents_Word_WrapFormat_DistanceTop">DistanceTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum distance that is maintained between the top edge of the shape
and any subsequent text within the document when this shape is displayed within the document's contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_Side" data-uid="GrapeCity.Documents.Word.WrapFormat.Side">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.Side.html#GrapeCity_Documents_Word_WrapFormat_Side">Side</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document text wraps on both sides of a shape,
on either the left or right side only, or on the side of the shape that is farthest from the page margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_Type" data-uid="GrapeCity.Documents.Word.WrapFormat.Type">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.Type.html#GrapeCity_Documents_Word_WrapFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the wrap type of a shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WrapFormat_WrapPolygon" data-uid="GrapeCity.Documents.Word.WrapFormat.WrapPolygon">
          <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.WrapPolygon.html#GrapeCity_Documents_Word_WrapFormat_WrapPolygon">WrapPolygon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the wrapping polygon that is used to determine the extents to which text can wrap around the shape in the document.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
