# GrapeCity.Documents.Word.OMathOptions.UseDisplayDefaults

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathOptions_UseDisplayDefaults_" data-uid="GrapeCity.Documents.Word.OMathOptions.UseDisplayDefaults*">UseDisplayDefaults Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathOptions_UseDisplayDefaults_" data-uid="GrapeCity.Documents.Word.OMathOptions.UseDisplayDefaults*"></a>
<h4 id="GrapeCity_Documents_Word_OMathOptions_UseDisplayDefaults" data-uid="GrapeCity.Documents.Word.OMathOptions.UseDisplayDefaults">UseDisplayDefaults</h4>
<div class="markdown level1 summary"><p>Gets or sets whether to use the properties <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.Justification.html#GrapeCity_Documents_Word_OMathOptions_Justification">Justification</a>, <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.LeftMargin.html#GrapeCity_Documents_Word_OMathOptions_LeftMargin">LeftMargin</a>, <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.RightMargin.html#GrapeCity_Documents_Word_OMathOptions_RightMargin">RightMargin</a>
and <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.WrapIndent.html#GrapeCity_Documents_Word_OMathOptions_WrapIndent">WrapIndent</a>, or just paragraph formatting in the Office Math zones.</p>
<p>The default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool UseDisplayDefaults { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property UseDisplayDefaults As Boolean</code></pre>
</div>
</div>
