StyledText.getLineJustify

Returns whether the line at the given index is justified.

@param index the index of the line

@return whether the line is justified

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul> @exception IllegalArgumentException <ul> <li>ERROR_INVALID_ARGUMENT when the index is invalid</li> </ul>

@see #getJustify()

@since 3.2

class StyledText
bool
getLineJustify
(
int index
)

Meta