Enum Class UnicodeBreakType

java.lang.Object
java.lang.Enum<UnicodeBreakType>
org.gnome.glib.UnicodeBreakType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<UnicodeBreakType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum UnicodeBreakType extends Enum<UnicodeBreakType> implements Enumeration
These are the possible line break classifications.

Since new Unicode versions may add new types here, applications should be ready to handle unknown values. They may be regarded as UNKNOWN.

See Unicode Line Breaking Algorithm.