# GrapeCity.Documents.Word.EdgeExtent

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_EdgeExtent" data-uid="GrapeCity.Documents.Word.EdgeExtent" class="text-break">EdgeExtent Class
</h1>
  <div class="markdown level0 summary"><p>Represents additional extent to each edge of an object.</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">EdgeExtent</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_EdgeExtent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EdgeExtent : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EdgeExtent
    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_EdgeExtent_AllEdges" data-uid="GrapeCity.Documents.Word.EdgeExtent.AllEdges">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.AllEdges.html#GrapeCity_Documents_Word_EdgeExtent_AllEdges">AllEdges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the extent on all edges, in points.</p>
<p>
If the extents on all edges are the same, get returns this common value.
Otherwise, get returns null.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_BottomEdge" data-uid="GrapeCity.Documents.Word.EdgeExtent.BottomEdge">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.BottomEdge.html#GrapeCity_Documents_Word_EdgeExtent_BottomEdge">BottomEdge</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the extent on the bottom edge, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_LeftEdge" data-uid="GrapeCity.Documents.Word.EdgeExtent.LeftEdge">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.LeftEdge.html#GrapeCity_Documents_Word_EdgeExtent_LeftEdge">LeftEdge</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the extent on the left edge, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_RightEdge" data-uid="GrapeCity.Documents.Word.EdgeExtent.RightEdge">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.RightEdge.html#GrapeCity_Documents_Word_EdgeExtent_RightEdge">RightEdge</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the extent on the right edge, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_TopEdge" data-uid="GrapeCity.Documents.Word.EdgeExtent.TopEdge">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.TopEdge.html#GrapeCity_Documents_Word_EdgeExtent_TopEdge">TopEdge</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the extent on the top edge, in points.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_EdgeExtent_Equals_GrapeCity_Documents_Word_EdgeExtent_" data-uid="GrapeCity.Documents.Word.EdgeExtent.Equals(GrapeCity.Documents.Word.EdgeExtent)">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.Equals.html#GrapeCity_Documents_Word_EdgeExtent_Equals_GrapeCity_Documents_Word_EdgeExtent_">Equals(EdgeExtent)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.EdgeExtent.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.Equals.html#GrapeCity_Documents_Word_EdgeExtent_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_FixInheritedValues" data-uid="GrapeCity.Documents.Word.EdgeExtent.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.FixInheritedValues.html#GrapeCity_Documents_Word_EdgeExtent_FixInheritedValues">FixInheritedValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Fixes all inherited values as &quot;direct&quot; values for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EdgeExtent_GetHashCode" data-uid="GrapeCity.Documents.Word.EdgeExtent.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.EdgeExtent.GetHashCode.html#GrapeCity_Documents_Word_EdgeExtent_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
