# GrapeCity.Documents.Word.OMathDelimiter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathDelimiter" data-uid="GrapeCity.Documents.Word.OMathDelimiter" class="text-break">OMathDelimiter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a delimiter Office Math structure, which consists of opening and closing delimiters characters,
and one or more elements contained inside with a designated separator character between each 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">OMathDelimiter</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_OMathDelimiter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathDelimiter : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathDelimiter
    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_OMathDelimiter_BeginCharacter" data-uid="GrapeCity.Documents.Word.OMathDelimiter.BeginCharacter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.BeginCharacter.html#GrapeCity_Documents_Word_OMathDelimiter_BeginCharacter">BeginCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the beginning, or opening, delimiter character.</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 delimiter structure beginning character is absent.</p>
<p>Default value is Unicode character <b>U+0028</b> (LEFT PARENTHESIS).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathDelimiter_EndCharacter" data-uid="GrapeCity.Documents.Word.OMathDelimiter.EndCharacter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.EndCharacter.html#GrapeCity_Documents_Word_OMathDelimiter_EndCharacter">EndCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ending, or closing, delimiter character.</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 delimiter structure ending character is absent.</p>
<p>Default value is Unicode character <b>U+0029</b> (RIGHT PARENTHESIS).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathDelimiter_Grow" data-uid="GrapeCity.Documents.Word.OMathDelimiter.Grow">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.Grow.html#GrapeCity_Documents_Word_OMathDelimiter_Grow">Grow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to grow delimiter characters to match the size of the delimiter structure height.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathDelimiter_Items" data-uid="GrapeCity.Documents.Word.OMathDelimiter.Items">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.Items.html#GrapeCity_Documents_Word_OMathDelimiter_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathElementCollection.html">OMathElementCollection</a> that represent child items of the delimiter structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathDelimiter_SeparatorCharacter" data-uid="GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter.html#GrapeCity_Documents_Word_OMathDelimiter_SeparatorCharacter">SeparatorCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets character that separates items in the delimiter 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 delimiter structure separator character is absent.</p>
<p>Default value is Unicode character <b>U+2502</b> (BOX DRAWINGS LIGHT VERTICAL).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathDelimiter_Shape" data-uid="GrapeCity.Documents.Word.OMathDelimiter.Shape">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.Shape.html#GrapeCity_Documents_Word_OMathDelimiter_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of delimiter characters in the delimiter structure.</p>
<p>If the <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.Grow.html#GrapeCity_Documents_Word_OMathDelimiter_Grow">Grow</a> property is set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> the value is always <a class="xref" href="GrapeCity.Documents.Word.OMathShapeDelimiter.html#GrapeCity_Documents_Word_OMathShapeDelimiter_Match">Match</a>.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathShapeDelimiter.html#GrapeCity_Documents_Word_OMathShapeDelimiter_Centered">Centered</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathDelimiter_StructType" data-uid="GrapeCity.Documents.Word.OMathDelimiter.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.StructType.html#GrapeCity_Documents_Word_OMathDelimiter_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>
    </tbody>
  </table>

</div>
