# GrapeCity.Documents.Word.OMathGroupCharacter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathGroupCharacter" data-uid="GrapeCity.Documents.Word.OMathGroupCharacter" class="text-break">OMathGroupCharacter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a group character Office Math structure, which consists of a character drawn above or below base element.</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.OMathStruct.html">OMathStruct</a></div>
    <div class="level3"><span class="xref">OMathGroupCharacter</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.OMathStruct.html">OMathStruct</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_OMathGroupCharacter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathGroupCharacter : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathGroupCharacter
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)</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_OMathGroupCharacter_Base" data-uid="GrapeCity.Documents.Word.OMathGroupCharacter.Base">
          <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.Base.html#GrapeCity_Documents_Word_OMathGroupCharacter_Base">Base</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the group character base <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> for the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathGroupCharacter_Character" data-uid="GrapeCity.Documents.Word.OMathGroupCharacter.Character">
          <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.Character.html#GrapeCity_Documents_Word_OMathGroupCharacter_Character">Character</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group character to be attached to the base of the structure.</p>
<p>The value cannot be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> and its length cannot be more than one character.</p>
<p>Empty string value means the character is absent.</p>
<p>Default value is Unicode character <b>U+23DF</b> (BOTTOM CURLY BRACKET).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathGroupCharacter_Position" data-uid="GrapeCity.Documents.Word.OMathGroupCharacter.Position">
          <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.Position.html#GrapeCity_Documents_Word_OMathGroupCharacter_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the group character in the structure.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathVerticalJustification.html#GrapeCity_Documents_Word_OMathVerticalJustification_Bottom">Bottom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathGroupCharacter_StructType" data-uid="GrapeCity.Documents.Word.OMathGroupCharacter.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.StructType.html#GrapeCity_Documents_Word_OMathGroupCharacter_StructType">StructType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathStructType.html">OMathStructType</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathGroupCharacter_VerticalJustification" data-uid="GrapeCity.Documents.Word.OMathGroupCharacter.VerticalJustification">
          <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.VerticalJustification.html#GrapeCity_Documents_Word_OMathGroupCharacter_VerticalJustification">VerticalJustification</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical layout of the group character structure.</p>
<p>This property combines with the <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.Position.html#GrapeCity_Documents_Word_OMathGroupCharacter_Position">Position</a> property. For example, when the group character is above, <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.VerticalJustification.html#GrapeCity_Documents_Word_OMathGroupCharacter_VerticalJustification">VerticalJustification</a> of top 
signifies that the top of the structure falls on the baseline; when <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.VerticalJustification.html#GrapeCity_Documents_Word_OMathGroupCharacter_VerticalJustification">VerticalJustification</a> is set to bot, the bottom of the structure is on the baseline.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathVerticalJustification.html#GrapeCity_Documents_Word_OMathVerticalJustification_Top">Top</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
