TextTag.word

bool word() @property

Get word property.

Returns

Whether this tag represents a single word.

This affects line breaks and cursor movement.

void word(bool propval) @property

Set word property.

Parameters

propvalWhether this tag represents a single word. This affects line breaks and cursor movement.