# GrapeCity.Documents.Word.OMathBox.NoBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathBox_NoBreak_" data-uid="GrapeCity.Documents.Word.OMathBox.NoBreak*">NoBreak Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathBox_NoBreak_" data-uid="GrapeCity.Documents.Word.OMathBox.NoBreak*"></a>
<h4 id="GrapeCity_Documents_Word_OMathBox_NoBreak" data-uid="GrapeCity.Documents.Word.OMathBox.NoBreak">NoBreak</h4>
<div class="markdown level1 summary"><p>Gets or sets whether breaks can occur inside box.</p>
<p>This can be important for operator emulators that consist of more than one binary operator.</p>
<p>If the <a class="xref" href="GrapeCity.Documents.Word.OMathBox.IsOperatorEmulator.html#GrapeCity_Documents_Word_OMathBox_IsOperatorEmulator">IsOperatorEmulator</a> property is set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> the value of this property is always <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
<p>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 NoBreak { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property NoBreak As Boolean</code></pre>
</div>
</div>
