Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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

Icon

Some hyphenation rules are deprecated and will have no effect.

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.

  • No labels