# GrapeCity.Documents.Word.Break

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Break" data-uid="GrapeCity.Documents.Word.Break" class="text-break">Break Class
</h1>
  <div class="markdown level0 summary"><p>Represents a break element in a body content.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a></div>
    <div class="level3"><span class="xref">Break</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a>&gt;</div>
  </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_Break_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Break : Text, IBrowsable&lt;Text&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Break
    Inherits Text
    Implements IBrowsable(Of Text)</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Break_Clear" data-uid="GrapeCity.Documents.Word.Break.Clear">
          <a class="xref" href="GrapeCity.Documents.Word.Break.Clear.html#GrapeCity_Documents_Word_Break_Clear">Clear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location that shall be used as the next available line
when the <a class="xref" href="GrapeCity.Documents.Word.Break.Type.html#GrapeCity_Documents_Word_Break_Type">Type</a> is <a class="xref" href="GrapeCity.Documents.Word.BreakType.html#GrapeCity_Documents_Word_BreakType_TextWrapping">TextWrapping</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Break_Type" data-uid="GrapeCity.Documents.Word.Break.Type">
          <a class="xref" href="GrapeCity.Documents.Word.Break.Type.html#GrapeCity_Documents_Word_Break_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the break type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Break_Value" data-uid="GrapeCity.Documents.Word.Break.Value">
          <a class="xref" href="GrapeCity.Documents.Word.Break.Value.html#GrapeCity_Documents_Word_Break_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text representation of the break.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Break_Split_System_Int32_" data-uid="GrapeCity.Documents.Word.Break.Split(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.Break.Split.html#GrapeCity_Documents_Word_Break_Split_System_Int32_">Split(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Splitting of a break is not supported.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
