# GrapeCity.Documents.Word.OMath

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMath" data-uid="GrapeCity.Documents.Word.OMath" class="text-break">OMath Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Office Math content object (OMath zone).</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"><span class="xref">OMath</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.OMath.html">OMath</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_OMath_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMath : ContentObject, IBrowsable&lt;OMath&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMath
    Inherits ContentObject
    Implements IBrowsable(Of OMath)</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_OMath_Mode" data-uid="GrapeCity.Documents.Word.OMath.Mode">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.Mode.html#GrapeCity_Documents_Word_OMath_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display mode of this OMath zone.</p>
<p>If this OMath zone is inside an <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a>,
or is not preceded or followed by a non-mathematical text in the parent object,
the value of this property is <a class="xref" href="GrapeCity.Documents.Word.OMathMode.html#GrapeCity_Documents_Word_OMathMode_Display">Display</a>.
Otherwise the value is <a class="xref" href="GrapeCity.Documents.Word.OMathMode.html#GrapeCity_Documents_Word_OMathMode_Inline">Inline</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_Next" data-uid="GrapeCity.Documents.Word.OMath.Next">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.Next.html#GrapeCity_Documents_Word_OMath_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_ParentOMathParagraph" data-uid="GrapeCity.Documents.Word.OMath.ParentOMathParagraph">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.ParentOMathParagraph.html#GrapeCity_Documents_Word_OMath_ParentOMathParagraph">ParentOMathParagraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_Previous" data-uid="GrapeCity.Documents.Word.OMath.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.Previous.html#GrapeCity_Documents_Word_OMath_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> object.</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_OMath_AddAccent" data-uid="GrapeCity.Documents.Word.OMath.AddAccent">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddAccent.html#GrapeCity_Documents_Word_OMath_AddAccent">AddAccent()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathAccent.html">OMathAccent</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddAccent_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddAccent(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddAccent.html#GrapeCity_Documents_Word_OMath_AddAccent_System_String_System_String_">AddAccent(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathAccent.html">OMathAccent</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddBar" data-uid="GrapeCity.Documents.Word.OMath.AddBar">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddBar.html#GrapeCity_Documents_Word_OMath_AddBar">AddBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBar.html">OMathBar</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddBar_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddBar(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddBar.html#GrapeCity_Documents_Word_OMath_AddBar_System_String_">AddBar(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBar.html">OMathBar</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddBorderBox" data-uid="GrapeCity.Documents.Word.OMath.AddBorderBox">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddBorderBox.html#GrapeCity_Documents_Word_OMath_AddBorderBox">AddBorderBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.html">OMathBorderBox</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddBorderBox_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddBorderBox(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddBorderBox.html#GrapeCity_Documents_Word_OMath_AddBorderBox_System_String_">AddBorderBox(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.html">OMathBorderBox</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddBox" data-uid="GrapeCity.Documents.Word.OMath.AddBox">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddBox.html#GrapeCity_Documents_Word_OMath_AddBox">AddBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBox.html">OMathBox</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddBox_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddBox(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddBox.html#GrapeCity_Documents_Word_OMath_AddBox_System_String_">AddBox(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBox.html">OMathBox</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddComplexField_GrapeCity_Documents_Word_Fields_IFieldOptions_" data-uid="GrapeCity.Documents.Word.OMath.AddComplexField(GrapeCity.Documents.Word.Fields.IFieldOptions)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddComplexField.html#GrapeCity_Documents_Word_OMath_AddComplexField_GrapeCity_Documents_Word_Fields_IFieldOptions_">AddComplexField(IFieldOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddComplexField_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddComplexField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddComplexField.html#GrapeCity_Documents_Word_OMath_AddComplexField_System_String_">AddComplexField(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddComplexField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddComplexField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddComplexField.html#GrapeCity_Documents_Word_OMath_AddComplexField_System_String_System_String_">AddComplexField(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_" data-uid="GrapeCity.Documents.Word.OMath.AddContentControl(GrapeCity.Documents.Word.ContentControlType,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddContentControl.html#GrapeCity_Documents_Word_OMath_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_">AddContentControl(ContentControlType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ContentControl.html">ContentControl</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddDelimiter" data-uid="GrapeCity.Documents.Word.OMath.AddDelimiter">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddDelimiter.html#GrapeCity_Documents_Word_OMath_AddDelimiter">AddDelimiter()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddDelimiter_System_String___System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddDelimiter(System.String[],System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddDelimiter.html#GrapeCity_Documents_Word_OMath_AddDelimiter_System_String___System_String_System_String_System_String_">AddDelimiter(string[], string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddEndnote_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddEndnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddEndnote.html#GrapeCity_Documents_Word_OMath_AddEndnote_System_String_">AddEndnote(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddEndnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddEndnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddEndnote.html#GrapeCity_Documents_Word_OMath_AddEndnote_System_String_System_Char_System_String_">AddEndnote(string, char, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddEndnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddEndnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddEndnote.html#GrapeCity_Documents_Word_OMath_AddEndnote_System_String_System_String_">AddEndnote(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddEquationArray" data-uid="GrapeCity.Documents.Word.OMath.AddEquationArray">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddEquationArray.html#GrapeCity_Documents_Word_OMath_AddEquationArray">AddEquationArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddEquationArray_System_String___" data-uid="GrapeCity.Documents.Word.OMath.AddEquationArray(System.String[])">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddEquationArray.html#GrapeCity_Documents_Word_OMath_AddEquationArray_System_String___">AddEquationArray(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFootnote_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddFootnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFootnote.html#GrapeCity_Documents_Word_OMath_AddFootnote_System_String_">AddFootnote(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Footnote.html">Footnote</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFootnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddFootnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFootnote.html#GrapeCity_Documents_Word_OMath_AddFootnote_System_String_System_Char_System_String_">AddFootnote(string, char, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Footnote.html">Footnote</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFootnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddFootnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFootnote.html#GrapeCity_Documents_Word_OMath_AddFootnote_System_String_System_String_">AddFootnote(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Footnote.html">Footnote</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFraction" data-uid="GrapeCity.Documents.Word.OMath.AddFraction">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFraction.html#GrapeCity_Documents_Word_OMath_AddFraction">AddFraction()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.html">OMathFraction</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__" data-uid="GrapeCity.Documents.Word.OMath.AddFraction(System.String,System.String,System.Nullable{GrapeCity.Documents.Word.OMathFractionType})">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFraction.html#GrapeCity_Documents_Word_OMath_AddFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__">AddFraction(string, string, OMathFractionType?)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.html">OMathFraction</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFunction" data-uid="GrapeCity.Documents.Word.OMath.AddFunction">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFunction.html#GrapeCity_Documents_Word_OMath_AddFunction">AddFunction()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFunction.html">OMathFunction</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddFunction_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddFunction(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddFunction.html#GrapeCity_Documents_Word_OMath_AddFunction_System_String_System_String_">AddFunction(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFunction.html">OMathFunction</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddGroupCharacter" data-uid="GrapeCity.Documents.Word.OMath.AddGroupCharacter">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddGroupCharacter.html#GrapeCity_Documents_Word_OMath_AddGroupCharacter">AddGroupCharacter()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.html">OMathGroupCharacter</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddGroupCharacter_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddGroupCharacter(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddGroupCharacter.html#GrapeCity_Documents_Word_OMath_AddGroupCharacter_System_String_System_String_">AddGroupCharacter(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.html">OMathGroupCharacter</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddHyperlink" data-uid="GrapeCity.Documents.Word.OMath.AddHyperlink">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddHyperlink.html#GrapeCity_Documents_Word_OMath_AddHyperlink">AddHyperlink()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Hyperlink.html">Hyperlink</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddHyperlink_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddHyperlink(System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddHyperlink.html#GrapeCity_Documents_Word_OMath_AddHyperlink_System_String_System_String_System_String_System_String_">AddHyperlink(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Hyperlink.html">Hyperlink</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddHyperlink_System_Uri_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddHyperlink(System.Uri,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddHyperlink.html#GrapeCity_Documents_Word_OMath_AddHyperlink_System_Uri_System_String_System_String_System_String_System_String_">AddHyperlink(Uri, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Hyperlink.html">Hyperlink</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddLimitLower" data-uid="GrapeCity.Documents.Word.OMath.AddLimitLower">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddLimitLower.html#GrapeCity_Documents_Word_OMath_AddLimitLower">AddLimitLower()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLower.html">OMathLimitLower</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddLimitLower_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddLimitLower(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddLimitLower.html#GrapeCity_Documents_Word_OMath_AddLimitLower_System_String_System_String_">AddLimitLower(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLower.html">OMathLimitLower</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddLimitUpper" data-uid="GrapeCity.Documents.Word.OMath.AddLimitUpper">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddLimitUpper.html#GrapeCity_Documents_Word_OMath_AddLimitUpper">AddLimitUpper()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitUpper.html">OMathLimitUpper</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddLimitUpper_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddLimitUpper(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddLimitUpper.html#GrapeCity_Documents_Word_OMath_AddLimitUpper_System_String_System_String_">AddLimitUpper(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitUpper.html">OMathLimitUpper</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddMatrix" data-uid="GrapeCity.Documents.Word.OMath.AddMatrix">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddMatrix.html#GrapeCity_Documents_Word_OMath_AddMatrix">AddMatrix()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddMatrix_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Word.OMath.AddMatrix(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddMatrix.html#GrapeCity_Documents_Word_OMath_AddMatrix_System_Int32_System_Int32_">AddMatrix(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddMatrix_System_Nullable_System_Int32__0__0___" data-uid="GrapeCity.Documents.Word.OMath.AddMatrix(System.Nullable{System.Int32}[0:,0:])">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddMatrix.html#GrapeCity_Documents_Word_OMath_AddMatrix_System_Nullable_System_Int32__0__0___">AddMatrix(int?[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddMatrix_System_String_0__0___" data-uid="GrapeCity.Documents.Word.OMath.AddMatrix(System.String[0:,0:])">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddMatrix.html#GrapeCity_Documents_Word_OMath_AddMatrix_System_String_0__0___">AddMatrix(string[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddNary" data-uid="GrapeCity.Documents.Word.OMath.AddNary">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddNary.html#GrapeCity_Documents_Word_OMath_AddNary">AddNary()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathNary.html">OMathNary</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddNary_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddNary(System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddNary.html#GrapeCity_Documents_Word_OMath_AddNary_System_String_System_String_System_String_System_String_">AddNary(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathNary.html">OMathNary</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddOMathStruct_GrapeCity_Documents_Word_OMathStructType_" data-uid="GrapeCity.Documents.Word.OMath.AddOMathStruct(GrapeCity.Documents.Word.OMathStructType)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddOMathStruct.html#GrapeCity_Documents_Word_OMath_AddOMathStruct_GrapeCity_Documents_Word_OMathStructType_">AddOMathStruct(OMathStructType)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddPhantom" data-uid="GrapeCity.Documents.Word.OMath.AddPhantom">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddPhantom.html#GrapeCity_Documents_Word_OMath_AddPhantom">AddPhantom()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPhantom.html">OMathPhantom</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddPhantom_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Word.OMath.AddPhantom(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddPhantom.html#GrapeCity_Documents_Word_OMath_AddPhantom_System_String_System_Boolean_">AddPhantom(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPhantom.html">OMathPhantom</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddPreSubSuperscript" data-uid="GrapeCity.Documents.Word.OMath.AddPreSubSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddPreSubSuperscript.html#GrapeCity_Documents_Word_OMath_AddPreSubSuperscript">AddPreSubSuperscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPreSubSuperscript.html">OMathPreSubSuperscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddPreSubSuperscript_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddPreSubSuperscript(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddPreSubSuperscript.html#GrapeCity_Documents_Word_OMath_AddPreSubSuperscript_System_String_System_String_System_String_">AddPreSubSuperscript(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPreSubSuperscript.html">OMathPreSubSuperscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddRadical" data-uid="GrapeCity.Documents.Word.OMath.AddRadical">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddRadical.html#GrapeCity_Documents_Word_OMath_AddRadical">AddRadical()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.html">OMathRadical</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddRadical_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddRadical(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddRadical.html#GrapeCity_Documents_Word_OMath_AddRadical_System_String_System_String_">AddRadical(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.html">OMathRadical</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddRun" data-uid="GrapeCity.Documents.Word.OMath.AddRun">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddRun.html#GrapeCity_Documents_Word_OMath_AddRun">AddRun()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddRun_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.OMath.AddRun(GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddRun.html#GrapeCity_Documents_Word_OMath_AddRun_GrapeCity_Documents_Word_Style_">AddRun(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddRun_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddRun(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddRun.html#GrapeCity_Documents_Word_OMath_AddRun_System_String_">AddRun(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddRun_System_String_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.OMath.AddRun(System.String,GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddRun.html#GrapeCity_Documents_Word_OMath_AddRun_System_String_GrapeCity_Documents_Word_Style_">AddRun(string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSimpleField_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddSimpleField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSimpleField.html#GrapeCity_Documents_Word_OMath_AddSimpleField_System_String_">AddSimpleField(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSimpleField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddSimpleField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSimpleField.html#GrapeCity_Documents_Word_OMath_AddSimpleField_System_String_System_String_">AddSimpleField(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSubSuperscript" data-uid="GrapeCity.Documents.Word.OMath.AddSubSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSubSuperscript.html#GrapeCity_Documents_Word_OMath_AddSubSuperscript">AddSubSuperscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.html">OMathSubSuperscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSubSuperscript_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddSubSuperscript(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSubSuperscript.html#GrapeCity_Documents_Word_OMath_AddSubSuperscript_System_String_System_String_System_String_">AddSubSuperscript(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.html">OMathSubSuperscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSubscript" data-uid="GrapeCity.Documents.Word.OMath.AddSubscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSubscript.html#GrapeCity_Documents_Word_OMath_AddSubscript">AddSubscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubscript.html">OMathSubscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSubscript_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddSubscript(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSubscript.html#GrapeCity_Documents_Word_OMath_AddSubscript_System_String_System_String_">AddSubscript(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubscript.html">OMathSubscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSuperscript" data-uid="GrapeCity.Documents.Word.OMath.AddSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSuperscript.html#GrapeCity_Documents_Word_OMath_AddSuperscript">AddSuperscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSuperscript.html">OMathSuperscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMath_AddSuperscript_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMath.AddSuperscript(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMath.AddSuperscript.html#GrapeCity_Documents_Word_OMath_AddSuperscript_System_String_System_String_">AddSuperscript(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSuperscript.html">OMathSuperscript</a> to the end of the Office Math zone.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
