Back to API Reference
Enum

LineBreakType

Specifies the type of line break opportunity according to UAX #14.

public static readonly LineBreakType None = 0

No break allowed at this position.

public static readonly LineBreakType Optional = 1

Break is allowed but not required (soft break).

public static readonly LineBreakType Mandatory = 2

Break is required at this position (hard break after CR, LF, etc.).