TextTag.sentence

bool sentence() @property nothrow

Get sentence property.

Returns

Whether this tag represents a single sentence.

This affects cursor movement.

void sentence(bool propval) @property nothrow

Set sentence property.

Parameters

propvalWhether this tag represents a single sentence. This affects cursor movement.