type property
Detected break type. Possible string values are:
- "UNKNOWN" : Unknown break label type.
- "SPACE" : Regular space.
- "SURE_SPACE" : Sure space (very wide).
- "EOL_SURE_SPACE" : Line-wrapping break.
- "HYPHEN" : End-line hyphen that is not present in text; does not
co-occur with
SPACE
,LEADER_SPACE
, orLINE_BREAK
. - "LINE_BREAK" : Line break that ends a paragraph.
Implementation
core.String? type;