# GrapeCity.Documents.Word.GroupShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_GroupShape" data-uid="GrapeCity.Documents.Word.GroupShape" class="text-break">GroupShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a group shape element in a body content.</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.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ShapeBase.html">ShapeBase</a></div>
    <div class="level3"><span class="xref">GroupShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.GroupShape.html">GroupShape</a>&gt;</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_GroupShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupShape : ShapeBase, IBrowsable&lt;GroupShape&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupShape
    Inherits ShapeBase
    Implements IBrowsable(Of GroupShape)</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_GroupShape_ChildrenOffset" data-uid="GrapeCity.Documents.Word.GroupShape.ChildrenOffset">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.ChildrenOffset.html#GrapeCity_Documents_Word_GroupShape_ChildrenOffset">ChildrenOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the child extents rectangle used for calculations of grouping, scaling, and rotation behavior of shapes placed within a group, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_ChildrenSize" data-uid="GrapeCity.Documents.Word.GroupShape.ChildrenSize">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.ChildrenSize.html#GrapeCity_Documents_Word_GroupShape_ChildrenSize">ChildrenSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size dimensions of the child extents rectangle used for calculations of grouping, scaling, and rotation behavior of shapes placed within a group, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_Effects" data-uid="GrapeCity.Documents.Word.GroupShape.Effects">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.Effects.html#GrapeCity_Documents_Word_GroupShape_Effects">Effects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape effects formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_Fill" data-uid="GrapeCity.Documents.Word.GroupShape.Fill">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.Fill.html#GrapeCity_Documents_Word_GroupShape_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fill formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_Next" data-uid="GrapeCity.Documents.Word.GroupShape.Next">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.Next.html#GrapeCity_Documents_Word_GroupShape_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_Previous" data-uid="GrapeCity.Documents.Word.GroupShape.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.Previous.html#GrapeCity_Documents_Word_GroupShape_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous group shape.</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_GroupShape_AddGroupShape" data-uid="GrapeCity.Documents.Word.GroupShape.AddGroupShape">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddGroupShape.html#GrapeCity_Documents_Word_GroupShape_AddGroupShape">AddGroupShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.GroupShape.html">GroupShape</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddGroupShape_System_Single_System_Single_" data-uid="GrapeCity.Documents.Word.GroupShape.AddGroupShape(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddGroupShape.html#GrapeCity_Documents_Word_GroupShape_AddGroupShape_System_Single_System_Single_">AddGroupShape(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.GroupShape.html">GroupShape</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddInkShape_System_Xml_XmlDocument_" data-uid="GrapeCity.Documents.Word.GroupShape.AddInkShape(System.Xml.XmlDocument)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddInkShape.html#GrapeCity_Documents_Word_GroupShape_AddInkShape_System_Xml_XmlDocument_">AddInkShape(XmlDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.InkShape.html">InkShape</a>&gt; to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddInkShape_System_Xml_XmlDocument_System_Single_System_Single_" data-uid="GrapeCity.Documents.Word.GroupShape.AddInkShape(System.Xml.XmlDocument,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddInkShape.html#GrapeCity_Documents_Word_GroupShape_AddInkShape_System_Xml_XmlDocument_System_Single_System_Single_">AddInkShape(XmlDocument, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.InkShape.html">InkShape</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddPicture" data-uid="GrapeCity.Documents.Word.GroupShape.AddPicture">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddPicture.html#GrapeCity_Documents_Word_GroupShape_AddPicture">AddPicture()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddPicture_GrapeCity_Documents_Drawing_Image_" data-uid="GrapeCity.Documents.Word.GroupShape.AddPicture(GrapeCity.Documents.Drawing.Image)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddPicture.html#GrapeCity_Documents_Word_GroupShape_AddPicture_GrapeCity_Documents_Drawing_Image_">AddPicture(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddPicture_System_Byte___System_String_" data-uid="GrapeCity.Documents.Word.GroupShape.AddPicture(System.Byte[],System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddPicture.html#GrapeCity_Documents_Word_GroupShape_AddPicture_System_Byte___System_String_">AddPicture(byte[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddPicture_System_Byte___System_String_System_Single_System_Single_" data-uid="GrapeCity.Documents.Word.GroupShape.AddPicture(System.Byte[],System.String,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddPicture.html#GrapeCity_Documents_Word_GroupShape_AddPicture_System_Byte___System_String_System_Single_System_Single_">AddPicture(byte[], string, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a> to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddShape" data-uid="GrapeCity.Documents.Word.GroupShape.AddShape">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddShape.html#GrapeCity_Documents_Word_GroupShape_AddShape">AddShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.GeometryType.html#GrapeCity_Documents_Word_GeometryType_Rectangle">Rectangle</a> <a class="xref" href="GrapeCity.Documents.Word.Shape.html">Shape</a> (100 x 100 points) to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddShape_System_Single_System_Single_GrapeCity_Documents_Word_GeometryType_" data-uid="GrapeCity.Documents.Word.GroupShape.AddShape(System.Single,System.Single,GrapeCity.Documents.Word.GeometryType)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddShape.html#GrapeCity_Documents_Word_GroupShape_AddShape_System_Single_System_Single_GrapeCity_Documents_Word_GeometryType_">AddShape(float, float, GeometryType)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.Shape.html">Shape</a> with a specified size and text to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddShape_System_Single_System_Single_System_String_" data-uid="GrapeCity.Documents.Word.GroupShape.AddShape(System.Single,System.Single,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddShape.html#GrapeCity_Documents_Word_GroupShape_AddShape_System_Single_System_Single_System_String_">AddShape(float, float, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.GeometryType.html#GrapeCity_Documents_Word_GeometryType_Rectangle">Rectangle</a> <a class="xref" href="GrapeCity.Documents.Word.Shape.html">Shape</a> with a specified size and text to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_AddShape_System_Single_System_Single_System_String_GrapeCity_Documents_Word_GeometryType_" data-uid="GrapeCity.Documents.Word.GroupShape.AddShape(System.Single,System.Single,System.String,GrapeCity.Documents.Word.GeometryType)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.AddShape.html#GrapeCity_Documents_Word_GroupShape_AddShape_System_Single_System_Single_System_String_GrapeCity_Documents_Word_GeometryType_">AddShape(float, float, string, GeometryType)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.Shape.html">Shape</a> with a specified size, text and geometry to the end of the group shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_ApplyEffectsPreset_GrapeCity_Documents_Word_ShapeEffectsPreset_" data-uid="GrapeCity.Documents.Word.GroupShape.ApplyEffectsPreset(GrapeCity.Documents.Word.ShapeEffectsPreset)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.ApplyEffectsPreset.html#GrapeCity_Documents_Word_GroupShape_ApplyEffectsPreset_GrapeCity_Documents_Word_ShapeEffectsPreset_">ApplyEffectsPreset(ShapeEffectsPreset)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_ApplyGroupFill" data-uid="GrapeCity.Documents.Word.GroupShape.ApplyGroupFill">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.ApplyGroupFill.html#GrapeCity_Documents_Word_GroupShape_ApplyGroupFill">ApplyGroupFill()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the group fill to all shape and canvas children.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupShape_Unbind" data-uid="GrapeCity.Documents.Word.GroupShape.Unbind">
          <a class="xref" href="GrapeCity.Documents.Word.GroupShape.Unbind.html#GrapeCity_Documents_Word_GroupShape_Unbind">Unbind()</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the nested shapes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
