# GrapeCity.Documents.Word.HyphenationOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_HyphenationOptions" data-uid="GrapeCity.Documents.Word.HyphenationOptions" class="text-break">HyphenationOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents document hyphenation options.</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.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">HyphenationOptions</span></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_HyphenationOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HyphenationOptions : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HyphenationOptions
    Inherits FormattingBag</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_HyphenationOptions_AutoHyphenation" data-uid="GrapeCity.Documents.Word.HyphenationOptions.AutoHyphenation">
          <a class="xref" href="GrapeCity.Documents.Word.HyphenationOptions.AutoHyphenation.html#GrapeCity_Documents_Word_HyphenationOptions_AutoHyphenation">AutoHyphenation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value determining whether automatic hyphenation is turned on for the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HyphenationOptions_ConsecutiveHyphensLimit" data-uid="GrapeCity.Documents.Word.HyphenationOptions.ConsecutiveHyphensLimit">
          <a class="xref" href="GrapeCity.Documents.Word.HyphenationOptions.ConsecutiveHyphensLimit.html#GrapeCity_Documents_Word_HyphenationOptions_ConsecutiveHyphensLimit">ConsecutiveHyphensLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of consecutive lines that can end with hyphens.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HyphenationOptions_HyphenateCaps" data-uid="GrapeCity.Documents.Word.HyphenationOptions.HyphenateCaps">
          <a class="xref" href="GrapeCity.Documents.Word.HyphenationOptions.HyphenateCaps.html#GrapeCity_Documents_Word_HyphenationOptions_HyphenateCaps">HyphenateCaps</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value determining whether words written in all capital letters are hyphenated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HyphenationOptions_HyphenationZone" data-uid="GrapeCity.Documents.Word.HyphenationOptions.HyphenationZone">
          <a class="xref" href="GrapeCity.Documents.Word.HyphenationOptions.HyphenationZone.html#GrapeCity_Documents_Word_HyphenationOptions_HyphenationZone">HyphenationZone</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance in points from the right margin within which you do not want to hyphenate words.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
