TextTag.word

Set word property.

  1. bool word [@property getter]
  2. bool word [@property setter]
    class TextTag
    @property
    void
    word
    (
    bool propval
    )

Parameters

propval bool

Whether this tag represents a single word.

This affects line breaks and cursor movement.