# GrapeCity.Documents.Word.OMathParagraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathParagraph" data-uid="GrapeCity.Documents.Word.OMathParagraph" class="text-break">OMathParagraph Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Office Math paragraph that contains Office Math zones in <a class="xref" href="GrapeCity.Documents.Word.OMathMode.html#GrapeCity_Documents_Word_OMathMode_Display">Display</a> mode.</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">OMathParagraph</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.OMathParagraph.html">OMathParagraph</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_OMathParagraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathParagraph : ContentObject, IBrowsable&lt;OMathParagraph&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathParagraph
    Inherits ContentObject
    Implements IBrowsable(Of OMathParagraph)</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_OMathParagraph_Justification" data-uid="GrapeCity.Documents.Word.OMathParagraph.Justification">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.Justification.html#GrapeCity_Documents_Word_OMathParagraph_Justification">Justification</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the justification of the Office Math paragraph.</p>
<p>The default value is specified by the <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.Justification.html#GrapeCity_Documents_Word_OMathOptions_Justification">Justification</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_Next" data-uid="GrapeCity.Documents.Word.OMathParagraph.Next">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.Next.html#GrapeCity_Documents_Word_OMathParagraph_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> in a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_Previous" data-uid="GrapeCity.Documents.Word.OMathParagraph.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.Previous.html#GrapeCity_Documents_Word_OMathParagraph_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> in a collection.</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_OMathParagraph_AddComplexField_GrapeCity_Documents_Word_Fields_IFieldOptions_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddComplexField(GrapeCity.Documents.Word.Fields.IFieldOptions)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddComplexField.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddComplexField_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddComplexField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddComplexField.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddComplexField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddComplexField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddComplexField.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddEndnote_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddEndnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddEndnote.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddEndnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddEndnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddEndnote.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddEndnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddEndnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddEndnote.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddFootnote_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddFootnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddFootnote.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddFootnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddFootnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddFootnote.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddFootnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddFootnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddFootnote.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddOMath" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddOMath">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddOMath.html#GrapeCity_Documents_Word_OMathParagraph_AddOMath">AddOMath()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> to the end of the Office Math paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddOMath_GrapeCity_Documents_Word_OMathBuiltInEquation_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddOMath(GrapeCity.Documents.Word.OMathBuiltInEquation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddOMath.html#GrapeCity_Documents_Word_OMathParagraph_AddOMath_GrapeCity_Documents_Word_OMathBuiltInEquation_">AddOMath(OMathBuiltInEquation)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> to the end of the Office Math paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddRun" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddRun">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddRun.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddRun_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddRun(GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddRun.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddRun_System_String_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddRun(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddRun.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathParagraph_AddRun_System_String_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.OMathParagraph.AddRun(System.String,GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.AddRun.html#GrapeCity_Documents_Word_OMathParagraph_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 paragraph.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
