Back to API Reference
Enum
LineBreakType
Specifies the type of line break opportunity according to UAX #14.
public static readonly LineBreakType None = 0No break allowed at this position.
public static readonly LineBreakType Optional = 1Break is allowed but not required (soft break).
public static readonly LineBreakType Mandatory = 2Break is required at this position (hard break after CR, LF, etc.).
