# GrapeCity.Documents.Word.OMathOptions.Justification

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathOptions_Justification_" data-uid="GrapeCity.Documents.Word.OMathOptions.Justification*">Justification Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathOptions_Justification_" data-uid="GrapeCity.Documents.Word.OMathOptions.Justification*"></a>
<h4 id="GrapeCity_Documents_Word_OMathOptions_Justification" data-uid="GrapeCity.Documents.Word.OMathOptions.Justification">Justification</h4>
<div class="markdown level1 summary"><p>Gets or sets the default justification of <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> at the document level.</p>
<p>The default value is <a class="xref" href="GrapeCity.Documents.Word.OMathJustification.html#GrapeCity_Documents_Word_OMathJustification_CenterGroup">CenterGroup</a>.</p>
<p>Individual <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> instances can overrule this property.</p>
<p>This property is ignored when <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.UseDisplayDefaults.html#GrapeCity_Documents_Word_OMathOptions_UseDisplayDefaults">UseDisplayDefaults</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public OMathJustification Justification { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Justification As OMathJustification</code></pre>
</div>
</div>
