# GrapeCity.Documents.Word.OMathBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathBar" data-uid="GrapeCity.Documents.Word.OMathBar" class="text-break">OMathBar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a bar Office Math structure, which consists of a base element and an overbar or underbar.</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">OMathBar</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_OMathBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathBar : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathBar
    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_OMathBar_Base" data-uid="GrapeCity.Documents.Word.OMathBar.Base">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBar.Base.html#GrapeCity_Documents_Word_OMathBar_Base">Base</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> to which the bar is applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBar_Position" data-uid="GrapeCity.Documents.Word.OMathBar.Position">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBar.Position.html#GrapeCity_Documents_Word_OMathBar_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the bar character.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathVerticalJustification.html#GrapeCity_Documents_Word_OMathVerticalJustification_Bottom">Bottom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBar_StructType" data-uid="GrapeCity.Documents.Word.OMathBar.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBar.StructType.html#GrapeCity_Documents_Word_OMathBar_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>
