# GrapeCity.Documents.Word.OMathSpacingRule

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_OMathSpacingRule" data-uid="GrapeCity.Documents.Word.OMathSpacingRule" class="text-break">OMathSpacingRule Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of spacing between columns and rows in the <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> structure or items' vertical spacing in the <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> structure.</p>
</div>
  <div class="markdown level0 conceptual"></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_OMathSpacingRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum OMathSpacingRule</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum OMathSpacingRule</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathSpacingRule_Double">Double</td>
        <td><p>Double spacing (2 em).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathSpacingRule_Exactly">Exactly</td>
        <td><p>The spacing value defined in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathSpacingRule_Multiple">Multiple</td>
        <td><p>The spacing value defined in ems.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathSpacingRule_OneAndHalf">OneAndHalf</td>
        <td><p>One and half spacing (1.5 em).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathSpacingRule_Single">Single</td>
        <td><p>Single spacing (1 em).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
