# GrapeCity.Documents.Word.OMathNary

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathNary" data-uid="GrapeCity.Documents.Word.OMathNary" class="text-break">OMathNary Class
</h1>
  <div class="markdown level0 summary"><p>Represents an n-ary Office Math structure, which consists of an n-ary operator character, a base element (or operand), and optional upper and lower limit elements.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a></div>
    <div class="level3"><span class="xref">OMathNary</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_OMathNary_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathNary : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathNary
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_Base" data-uid="GrapeCity.Documents.Word.OMathNary.Base">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Base.html#GrapeCity_Documents_Word_OMathNary_Base">Base</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the n-ary and, e.g., integrand for an integral, summand for a summation <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_Grow" data-uid="GrapeCity.Documents.Word.OMathNary.Grow">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Grow.html#GrapeCity_Documents_Word_OMathNary_Grow">Grow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Operator.html#GrapeCity_Documents_Word_OMathNary_Operator">Operator</a> grows vertically to match its operand height.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>Microsoft Word ignores this property when the <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.ParentOMath.html#GrapeCity_Documents_Word_OMathStruct_ParentOMath">ParentOMath</a> is in <a class="xref" href="GrapeCity.Documents.Word.OMathMode.html#GrapeCity_Documents_Word_OMathMode_Display">Display</a> mode and always stretch the operator character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_HideSubscript" data-uid="GrapeCity.Documents.Word.OMathNary.HideSubscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.HideSubscript.html#GrapeCity_Documents_Word_OMathNary_HideSubscript">HideSubscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Subscript.html#GrapeCity_Documents_Word_OMathNary_Subscript">Subscript</a> element does not appear.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>Is this property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and the <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Subscript.html#GrapeCity_Documents_Word_OMathNary_Subscript">Subscript</a> element is not empty Microsoft Word displays the contents of the subscript in an unexpected place.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_HideSuperscript" data-uid="GrapeCity.Documents.Word.OMathNary.HideSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.HideSuperscript.html#GrapeCity_Documents_Word_OMathNary_HideSuperscript">HideSuperscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Superscript.html#GrapeCity_Documents_Word_OMathNary_Superscript">Superscript</a> element does not appear.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>Is this property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and the <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Superscript.html#GrapeCity_Documents_Word_OMathNary_Superscript">Superscript</a> element is not empty Microsoft Word displays the contents of the superscript in an unexpected place.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_IsIntegral" data-uid="GrapeCity.Documents.Word.OMathNary.IsIntegral">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.IsIntegral.html#GrapeCity_Documents_Word_OMathNary_IsIntegral">IsIntegral</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Operator.html#GrapeCity_Documents_Word_OMathNary_Operator">Operator</a> is an integral character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_LimitLocation" data-uid="GrapeCity.Documents.Word.OMathNary.LimitLocation">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.LimitLocation.html#GrapeCity_Documents_Word_OMathNary_LimitLocation">LimitLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Subscript.html#GrapeCity_Documents_Word_OMathNary_Subscript">Subscript</a> and <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Superscript.html#GrapeCity_Documents_Word_OMathNary_Superscript">Superscript</a> in the structure.</p>
<p>If the <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.ParentOMath.html#GrapeCity_Documents_Word_OMathStruct_ParentOMath">ParentOMath</a> is in <a class="xref" href="GrapeCity.Documents.Word.OMathMode.html#GrapeCity_Documents_Word_OMathMode_Inline">Inline</a> mode the value is always <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLocation.html#GrapeCity_Documents_Word_OMathLimitLocation_UnderOver">UnderOver</a>.</p>
<p>Default value defined in <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.IntegralLimitLocation.html#GrapeCity_Documents_Word_OMathOptions_IntegralLimitLocation">IntegralLimitLocation</a> property when the property <a class="xref" href="GrapeCity.Documents.Word.OMathNary.IsIntegral.html#GrapeCity_Documents_Word_OMathNary_IsIntegral">IsIntegral</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p> 
<p>Default value defined in <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.NaryLimitLocation.html#GrapeCity_Documents_Word_OMathOptions_NaryLimitLocation">NaryLimitLocation</a> property when the property <a class="xref" href="GrapeCity.Documents.Word.OMathNary.IsIntegral.html#GrapeCity_Documents_Word_OMathNary_IsIntegral">IsIntegral</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_Operator" data-uid="GrapeCity.Documents.Word.OMathNary.Operator">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Operator.html#GrapeCity_Documents_Word_OMathNary_Operator">Operator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the n-ary operator character.</p>
<p>The value cannot be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> and its length cannot be more than one character.</p>
<p>Empty string value means the operator character is absent.</p>
<p>Default value is Unicode character <b>U+222B</b> (INTEGRAL).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_StructType" data-uid="GrapeCity.Documents.Word.OMathNary.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.StructType.html#GrapeCity_Documents_Word_OMathNary_StructType">StructType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathStructType.html">OMathStructType</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_Subscript" data-uid="GrapeCity.Documents.Word.OMathNary.Subscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Subscript.html#GrapeCity_Documents_Word_OMathNary_Subscript">Subscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the subscript <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathNary_Superscript" data-uid="GrapeCity.Documents.Word.OMathNary.Superscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Superscript.html#GrapeCity_Documents_Word_OMathNary_Superscript">Superscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the superscript <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the structure.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
