StyledText.setIndent

Sets the line indentation of the widget. <p> It is the amount of blank space, in pixels, at the beginning of each line. When a line wraps in several lines only the first one is indented. </p>

@param indent the new indent

@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>

@see #setLineIndent(int, int, int)

@since 3.2

class StyledText
void
setIndent
(
int indent
)

Meta