# GrapeCity.Documents.Word.OMathSubSuperscript

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathSubSuperscript" data-uid="GrapeCity.Documents.Word.OMathSubSuperscript" class="text-break">OMathSubSuperscript Class
</h1>
  <div class="markdown level0 summary"><p>Represents a sub-superscript Office Math structure which consists of a base element,
a reduced-size script element placed below and to the right,
and a reduced-size script element placed above and to the right.</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">OMathSubSuperscript</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_OMathSubSuperscript_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathSubSuperscript : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathSubSuperscript
    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_OMathSubSuperscript_AlignScripts" data-uid="GrapeCity.Documents.Word.OMathSubSuperscript.AlignScripts">
          <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.AlignScripts.html#GrapeCity_Documents_Word_OMathSubSuperscript_AlignScripts">AlignScripts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether subscripts and superscripts are aligned to each other.</p>
<p>Default value 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_OMathSubSuperscript_Base" data-uid="GrapeCity.Documents.Word.OMathSubSuperscript.Base">
          <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.Base.html#GrapeCity_Documents_Word_OMathSubSuperscript_Base">Base</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathSubSuperscript_StructType" data-uid="GrapeCity.Documents.Word.OMathSubSuperscript.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.StructType.html#GrapeCity_Documents_Word_OMathSubSuperscript_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_OMathSubSuperscript_Subscript" data-uid="GrapeCity.Documents.Word.OMathSubSuperscript.Subscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.Subscript.html#GrapeCity_Documents_Word_OMathSubSuperscript_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_OMathSubSuperscript_Superscript" data-uid="GrapeCity.Documents.Word.OMathSubSuperscript.Superscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.Superscript.html#GrapeCity_Documents_Word_OMathSubSuperscript_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>
