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
Description

Excerpt

Types of hyphenation rules that can be applied to a character run.

Signature
C#
C#
 public sealed class Hyphenation : TypesafeEnum
Signature
vb.net
vb.net
Public NotInheritable Class Hyphenation
		Inherits TypesafeEnum
Remarks
Note

Some hyphenation rules are deprecated and will have no effect.

Values

Name

Description

Anchor
AddBefore
AddBefore
AddBefore

Deprecated

Anchor
ChangeAfter
ChangeAfter
ChangeAfter

Deprecated

Anchor
ChangeBefore
ChangeBefore
ChangeBefore

Deprecated

Anchor
DeleteBefore
DeleteBefore
DeleteBefore

Deprecated

Anchor
DeleteChangeBefore
DeleteChangeBefore
DeleteChangeBefore

Deprecated

Anchor
None
None
None

No automatic hyphenation.

Anchor
Normal
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.