# GrapeCity.Documents.Word.ParagraphFormat.Hyphenation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ParagraphFormat_Hyphenation_" data-uid="GrapeCity.Documents.Word.ParagraphFormat.Hyphenation*">Hyphenation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ParagraphFormat_Hyphenation_" data-uid="GrapeCity.Documents.Word.ParagraphFormat.Hyphenation*"></a>
<h4 id="GrapeCity_Documents_Word_ParagraphFormat_Hyphenation" data-uid="GrapeCity.Documents.Word.ParagraphFormat.Hyphenation">Hyphenation</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the paragraph should be excluded from automatic hyphenation
defined in the document settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;This property is obsolete. Use SuppressAutoHyphens instead.&quot;)]
public bool Hyphenation { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;This property is obsolete. Use SuppressAutoHyphens instead.&quot;)&gt;
Public Property Hyphenation As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_ParagraphFormat_Hyphenation_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is obsolete. Use <a class="xref" href="GrapeCity.Documents.Word.ParagraphFormat.SuppressAutoHyphens.html#GrapeCity_Documents_Word_ParagraphFormat_SuppressAutoHyphens">SuppressAutoHyphens</a> instead.</p>
</div>
</div>
