# GrapeCity.Documents.Word.OMathFraction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathFraction" data-uid="GrapeCity.Documents.Word.OMathFraction" class="text-break">OMathFraction Class
</h1>
  <div class="markdown level0 summary"><p>Represents a fraction Office Math structure, which consists of a numerator element and denominator element separated by a fraction bar.</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">OMathFraction</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_OMathFraction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathFraction : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathFraction
    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_OMathFraction_Denominator" data-uid="GrapeCity.Documents.Word.OMathFraction.Denominator">
          <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.Denominator.html#GrapeCity_Documents_Word_OMathFraction_Denominator">Denominator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the denominator <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the fraction structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathFraction_FractionType" data-uid="GrapeCity.Documents.Word.OMathFraction.FractionType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.FractionType.html#GrapeCity_Documents_Word_OMathFraction_FractionType">FractionType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fraction type.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathFractionType.html#GrapeCity_Documents_Word_OMathFractionType_Bar">Bar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathFraction_Numerator" data-uid="GrapeCity.Documents.Word.OMathFraction.Numerator">
          <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.Numerator.html#GrapeCity_Documents_Word_OMathFraction_Numerator">Numerator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the numerator <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the fraction structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathFraction_StructType" data-uid="GrapeCity.Documents.Word.OMathFraction.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.StructType.html#GrapeCity_Documents_Word_OMathFraction_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>
    </tbody>
  </table>

</div>
