Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Types of hyphenation rules that can be applied to a character run.{excerpt}
{signature:C#}
 public sealed class Hyphenation : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Hyphenation
		Inherits TypesafeEnum
{signature}
{remarks}
{note}Some hyphenation rules are deprecated and will have no effect.{note}
{remarks}
{values}
||Name||Description||
|{anchor:AddBefore}AddBefore|Deprecated|
|{anchor:ChangeAfter}ChangeAfter|Deprecated|
|{anchor:ChangeBefore}ChangeBefore|Deprecated|
|{anchor:DeleteBefore}DeleteBefore|Deprecated|
|{anchor:DeleteChangeBefore}DeleteChangeBefore|Deprecated|
|{anchor:None}None|No automatic hyphenation.|
|{anchor:Normal}Normal|In a character run, a word that contains a hyphen is split at the hyphen and continued on the next line if it does not fit entirely on the current line.|