Description
Types of hyphenation rules that can be applied to a character run.
C#
public sealed class Hyphenation : TypesafeEnum |
vb.net
Public NotInheritable Class Hyphenation Inherits TypesafeEnum |
Remarks
Values
Name |
Description |
---|---|
AddBefore |
Deprecated |
ChangeAfter |
Deprecated |
ChangeBefore |
Deprecated |
DeleteBefore |
Deprecated |
DeleteChangeBefore |
Deprecated |
None |
No automatic hyphenation. |
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. |