# GrapeCity.Documents.Word.OMathElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathElement" data-uid="GrapeCity.Documents.Word.OMathElement" class="text-break">OMathElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents an element inside an <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> class instance.</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">OMathElement</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.OMathElement.html">OMathElement</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_OMathElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathElement : ContentObject, IBrowsable&lt;OMathElement&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathElement
    Inherits ContentObject
    Implements IBrowsable(Of OMathElement)</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_OMathElement_CanChangeRelativeSize" data-uid="GrapeCity.Documents.Word.OMathElement.CanChangeRelativeSize">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.CanChangeRelativeSize.html#GrapeCity_Documents_Word_OMathElement_CanChangeRelativeSize">CanChangeRelativeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.RelativeSize.html#GrapeCity_Documents_Word_OMathElement_RelativeSize">RelativeSize</a> property can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_Column" data-uid="GrapeCity.Documents.Word.OMathElement.Column">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.Column.html#GrapeCity_Documents_Word_OMathElement_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixColumn.html">OMathMatrixColumn</a> of the element if it is a cell in the <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_DefaultRelativeSize" data-uid="GrapeCity.Documents.Word.OMathElement.DefaultRelativeSize">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.DefaultRelativeSize.html#GrapeCity_Documents_Word_OMathElement_DefaultRelativeSize">DefaultRelativeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default value for the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.RelativeSize.html#GrapeCity_Documents_Word_OMathElement_RelativeSize">RelativeSize</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_ElementType" data-uid="GrapeCity.Documents.Word.OMathElement.ElementType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.ElementType.html#GrapeCity_Documents_Word_OMathElement_ElementType">ElementType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathElementType.html">OMathElementType</a> of the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_MaxRelativeSize" data-uid="GrapeCity.Documents.Word.OMathElement.MaxRelativeSize">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.MaxRelativeSize.html#GrapeCity_Documents_Word_OMathElement_MaxRelativeSize">MaxRelativeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum value for the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.RelativeSize.html#GrapeCity_Documents_Word_OMathElement_RelativeSize">RelativeSize</a> property of the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_MinRelativeSize" data-uid="GrapeCity.Documents.Word.OMathElement.MinRelativeSize">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.MinRelativeSize.html#GrapeCity_Documents_Word_OMathElement_MinRelativeSize">MinRelativeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum value for the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.RelativeSize.html#GrapeCity_Documents_Word_OMathElement_RelativeSize">RelativeSize</a> property of the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_Next" data-uid="GrapeCity.Documents.Word.OMathElement.Next">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.Next.html#GrapeCity_Documents_Word_OMathElement_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> in a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_ParentElement" data-uid="GrapeCity.Documents.Word.OMathElement.ParentElement">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.ParentElement.html#GrapeCity_Documents_Word_OMathElement_ParentElement">ParentElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> class instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_ParentOMath" data-uid="GrapeCity.Documents.Word.OMathElement.ParentOMath">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.ParentOMath.html#GrapeCity_Documents_Word_OMathElement_ParentOMath">ParentOMath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> class instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_ParentStruct" data-uid="GrapeCity.Documents.Word.OMathElement.ParentStruct">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.ParentStruct.html#GrapeCity_Documents_Word_OMathElement_ParentStruct">ParentStruct</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> class instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_Previous" data-uid="GrapeCity.Documents.Word.OMathElement.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.Previous.html#GrapeCity_Documents_Word_OMathElement_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> in a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_RelativeSize" data-uid="GrapeCity.Documents.Word.OMathElement.RelativeSize">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.RelativeSize.html#GrapeCity_Documents_Word_OMathElement_RelativeSize">RelativeSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element text size relative to the normal text size. For instance, 1 represents that it is one size larger than normal.</p>
<p>Allowed values are from <a class="xref" href="GrapeCity.Documents.Word.OMathElement.MinRelativeSize.html#GrapeCity_Documents_Word_OMathElement_MinRelativeSize">MinRelativeSize</a> to <a class="xref" href="GrapeCity.Documents.Word.OMathElement.MaxRelativeSize.html#GrapeCity_Documents_Word_OMathElement_MaxRelativeSize">MaxRelativeSize</a>, inclusive.</p>
<p>Default value defined in the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.DefaultRelativeSize.html#GrapeCity_Documents_Word_OMathElement_DefaultRelativeSize">DefaultRelativeSize</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_Row" data-uid="GrapeCity.Documents.Word.OMathElement.Row">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.Row.html#GrapeCity_Documents_Word_OMathElement_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.html">OMathMatrixRow</a> of the element if it is a cell in the <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> structure.</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_OMathElement_AddAccent" data-uid="GrapeCity.Documents.Word.OMathElement.AddAccent">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddAccent.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddAccent_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddAccent(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddAccent.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddBar" data-uid="GrapeCity.Documents.Word.OMathElement.AddBar">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddBar.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddBar_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddBar(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddBar.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddBorderBox" data-uid="GrapeCity.Documents.Word.OMathElement.AddBorderBox">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddBorderBox.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddBorderBox_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddBorderBox(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddBorderBox.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddBox" data-uid="GrapeCity.Documents.Word.OMathElement.AddBox">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddBox.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddBox_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddBox(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddBox.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddComplexField_GrapeCity_Documents_Word_Fields_IFieldOptions_" data-uid="GrapeCity.Documents.Word.OMathElement.AddComplexField(GrapeCity.Documents.Word.Fields.IFieldOptions)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddComplexField.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddComplexField_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddComplexField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddComplexField.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddComplexField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddComplexField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddComplexField.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_" data-uid="GrapeCity.Documents.Word.OMathElement.AddContentControl(GrapeCity.Documents.Word.ContentControlType,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddContentControl.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddDelimiter" data-uid="GrapeCity.Documents.Word.OMathElement.AddDelimiter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddDelimiter.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddDelimiter_System_String___System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddDelimiter(System.String[],System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddDelimiter.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddEndnote_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddEndnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddEndnote.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddEndnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddEndnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddEndnote.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddEndnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddEndnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddEndnote.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddEquationArray" data-uid="GrapeCity.Documents.Word.OMathElement.AddEquationArray">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddEquationArray.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddEquationArray_System_String___" data-uid="GrapeCity.Documents.Word.OMathElement.AddEquationArray(System.String[])">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddEquationArray.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFootnote_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddFootnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFootnote.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFootnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddFootnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFootnote.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFootnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddFootnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFootnote.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFraction" data-uid="GrapeCity.Documents.Word.OMathElement.AddFraction">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFraction.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__" data-uid="GrapeCity.Documents.Word.OMathElement.AddFraction(System.String,System.String,System.Nullable{GrapeCity.Documents.Word.OMathFractionType})">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFraction.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFunction" data-uid="GrapeCity.Documents.Word.OMathElement.AddFunction">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFunction.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddFunction_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddFunction(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddFunction.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddGroupCharacter" data-uid="GrapeCity.Documents.Word.OMathElement.AddGroupCharacter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddGroupCharacter.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddGroupCharacter_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddGroupCharacter(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddGroupCharacter.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddHyperlink" data-uid="GrapeCity.Documents.Word.OMathElement.AddHyperlink">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddHyperlink.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddHyperlink_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddHyperlink(System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddHyperlink.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddHyperlink_System_Uri_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddHyperlink(System.Uri,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddHyperlink.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddLimitLower" data-uid="GrapeCity.Documents.Word.OMathElement.AddLimitLower">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddLimitLower.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddLimitLower_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddLimitLower(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddLimitLower.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddLimitUpper" data-uid="GrapeCity.Documents.Word.OMathElement.AddLimitUpper">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddLimitUpper.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddLimitUpper_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddLimitUpper(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddLimitUpper.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddMatrix" data-uid="GrapeCity.Documents.Word.OMathElement.AddMatrix">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddMatrix.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddMatrix_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Word.OMathElement.AddMatrix(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddMatrix.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddMatrix_System_Nullable_System_Int32__0__0___" data-uid="GrapeCity.Documents.Word.OMathElement.AddMatrix(System.Nullable{System.Int32}[0:,0:])">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddMatrix.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddMatrix_System_String_0__0___" data-uid="GrapeCity.Documents.Word.OMathElement.AddMatrix(System.String[0:,0:])">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddMatrix.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddNary" data-uid="GrapeCity.Documents.Word.OMathElement.AddNary">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddNary.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddNary_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddNary(System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddNary.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddOMathStruct_GrapeCity_Documents_Word_OMathStructType_" data-uid="GrapeCity.Documents.Word.OMathElement.AddOMathStruct(GrapeCity.Documents.Word.OMathStructType)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddOMathStruct.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddPhantom" data-uid="GrapeCity.Documents.Word.OMathElement.AddPhantom">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddPhantom.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddPhantom_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Word.OMathElement.AddPhantom(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddPhantom.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddPreSubSuperscript" data-uid="GrapeCity.Documents.Word.OMathElement.AddPreSubSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddPreSubSuperscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddPreSubSuperscript_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddPreSubSuperscript(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddPreSubSuperscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddRadical" data-uid="GrapeCity.Documents.Word.OMathElement.AddRadical">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddRadical.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddRadical_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddRadical(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddRadical.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddRun" data-uid="GrapeCity.Documents.Word.OMathElement.AddRun">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddRun.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddRun_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.OMathElement.AddRun(GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddRun.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddRun_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddRun(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddRun.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddRun_System_String_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.OMathElement.AddRun(System.String,GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddRun.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSimpleField_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddSimpleField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSimpleField.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSimpleField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddSimpleField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSimpleField.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSubSuperscript" data-uid="GrapeCity.Documents.Word.OMathElement.AddSubSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSubSuperscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSubSuperscript_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddSubSuperscript(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSubSuperscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSubscript" data-uid="GrapeCity.Documents.Word.OMathElement.AddSubscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSubscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSubscript_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddSubscript(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSubscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSuperscript" data-uid="GrapeCity.Documents.Word.OMathElement.AddSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSuperscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_AddSuperscript_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathElement.AddSuperscript(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.AddSuperscript.html#GrapeCity_Documents_Word_OMathElement_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 element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathElement_Delete" data-uid="GrapeCity.Documents.Word.OMathElement.Delete">
          <a class="xref" href="GrapeCity.Documents.Word.OMathElement.Delete.html#GrapeCity_Documents_Word_OMathElement_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this content object from the parent <a class="xref" href="GrapeCity.Documents.Word.Body.html">Body</a>.</p>
<p>
Note that the position occupied by this content object in the parent can still be accessed
(e.g. to insert new content) via a <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a> if one has previously been 
created with <a class="xref" href="GrapeCity.Documents.Word.ContentObject.GetPersistentRange.html#GrapeCity_Documents_Word_ContentObject_GetPersistentRange">GetPersistentRange()</a>.
</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
