# GrapeCity.Documents.Word.Layout.SharedObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Layout_SharedObject" data-uid="GrapeCity.Documents.Word.Layout.SharedObject" class="text-break">SharedObject Class
</h1>
  <div class="markdown level0 summary"><p>The base class for <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.html">SharedPicture</a> and <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedShape.html">SharedShape</a>.</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"><span class="xref">SharedObject</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.Layout.SharedGroupShape.html">SharedGroupShape</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.Layout.SharedPicture.html">SharedPicture</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.Layout.SharedShape.html">SharedShape</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_SharedObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SharedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SharedObject</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_Layout_SharedObject_AboveText" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.AboveText">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.AboveText.html#GrapeCity_Documents_Word_Layout_SharedObject_AboveText">AboveText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the object should appear in front of the text layer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_BelowText" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.BelowText">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.BelowText.html#GrapeCity_Documents_Word_Layout_SharedObject_BelowText">BelowText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the object should appear behind the text layer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_BoundsHeight" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.BoundsHeight">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.BoundsHeight.html#GrapeCity_Documents_Word_Layout_SharedObject_BoundsHeight">BoundsHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object bounds height (taking rotation into account), in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_BoundsHeightWithExtent" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.BoundsHeightWithExtent">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.BoundsHeightWithExtent.html#GrapeCity_Documents_Word_Layout_SharedObject_BoundsHeightWithExtent">BoundsHeightWithExtent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object bounds height with effect extent, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_BoundsWidth" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.BoundsWidth">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.BoundsWidth.html#GrapeCity_Documents_Word_Layout_SharedObject_BoundsWidth">BoundsWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object bounds width (taking rotation into account), in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_BoundsWidthWithExtent" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.BoundsWidthWithExtent">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.BoundsWidthWithExtent.html#GrapeCity_Documents_Word_Layout_SharedObject_BoundsWidthWithExtent">BoundsWidthWithExtent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object bounds width with effect extent, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentBottom" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentBottom">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentBottom.html#GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentBottom">EffectExtentBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional extent that is added to the bottom edge of an object
in order to compensate for any drawing effects applied to the object, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentLeft" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentLeft">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentLeft.html#GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentLeft">EffectExtentLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional extent that is added to the left edge of an object
in order to compensate for any drawing effects applied to the object, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentRight" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentRight">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentRight.html#GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentRight">EffectExtentRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional extent that is added to the right edge of an object
in order to compensate for any drawing effects applied to the object, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentTop" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentTop">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.EffectExtentTop.html#GrapeCity_Documents_Word_Layout_SharedObject_EffectExtentTop">EffectExtentTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional extent that is added to the top edge of an object
in order to compensate for any drawing effects applied to the object, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_Height" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.Height">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.Height.html#GrapeCity_Documents_Word_Layout_SharedObject_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object height, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_HorizontalFlip" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.HorizontalFlip">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.HorizontalFlip.html#GrapeCity_Documents_Word_Layout_SharedObject_HorizontalFlip">HorizontalFlip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the object is flipped horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_RotationAngle" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.RotationAngle">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.RotationAngle.html#GrapeCity_Documents_Word_Layout_SharedObject_RotationAngle">RotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rotation angle, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_VerticalFlip" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.VerticalFlip">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.VerticalFlip.html#GrapeCity_Documents_Word_Layout_SharedObject_VerticalFlip">VerticalFlip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the object has been flipped vertically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_Width" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.Width">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.Width.html#GrapeCity_Documents_Word_Layout_SharedObject_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object width, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_WordShape" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.WordShape">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.WordShape.html#GrapeCity_Documents_Word_Layout_SharedObject_WordShape">WordShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source <a class="xref" href="GrapeCity.Documents.Word.ShapeBase.html">ShapeBase</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_SharedObject_ZOrder" data-uid="GrapeCity.Documents.Word.Layout.SharedObject.ZOrder">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.ZOrder.html#GrapeCity_Documents_Word_Layout_SharedObject_ZOrder">ZOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the relative Z-order of the object in a document.
All objects with a <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.AboveText.html#GrapeCity_Documents_Word_Layout_SharedObject_AboveText">AboveText</a> value of true are displayed above objects with a <a class="xref" href="GrapeCity.Documents.Word.Layout.SharedObject.BelowText.html#GrapeCity_Documents_Word_Layout_SharedObject_BelowText">BelowText</a> of true.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
