# GrapeCity.Documents.Word.OMathFormat.BreakAt

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathFormat_BreakAt_" data-uid="GrapeCity.Documents.Word.OMathFormat.BreakAt*">BreakAt Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathFormat_BreakAt_" data-uid="GrapeCity.Documents.Word.OMathFormat.BreakAt*"></a>
<h4 id="GrapeCity_Documents_Word_OMathFormat_BreakAt" data-uid="GrapeCity.Documents.Word.OMathFormat.BreakAt">BreakAt</h4>
<div class="markdown level1 summary"><p>Gets or sets whether there is a line break at the start of the Office Math run, such that the line wraps at the start of the Office Math run.</p>
<p>If <a class="xref" href="GrapeCity.Documents.Word.OMathFormat.IsNormalText.html#GrapeCity_Documents_Word_OMathFormat_IsNormalText">IsNormalText</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the returned value is always <b>-1</b>.</p>
<p>Allowed values are from <b>-1</b> to <b>255</b>, inclusive.</p>
<p>When the value is <b>-1</b>, the Office Math run does not manually break onto the next line.</p>
<p>When the value is <b>0</b>, the Office Math run manually breaks onto the next line and is aligned with the beginning of the previous line.</p>
<p>When the value is greater than <b>0</b>, the Office Math run manually breaks onto the next line and is aligned with the specified index of the operator on the previous line.</p>
<p>Default value is <b>-1</b>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int BreakAt { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BreakAt As Integer</code></pre>
</div>
</div>
