public boolean isBoundary (int offset)

Returns true if the specified character offset is a text boundary.

Parameters:
offset    the character offset to check.

Returns:  true if "offset" is a boundary position, false otherwise.

Exceptions:
IllegalArgumentException    if the specified offset is less than the first text boundary or greater than the last text boundary.

Since:  1.2