RichEdit.setSelHangingIndent

Overview | Methods | This Package | All Packages

RichEdit.setSelHangingIndent

Sets the distance between the left edge of the first line of text in the selected paragraph and the left edge of subsequent lines in the same paragraph.

Syntax

public void setSelHangingIndent( int selHangingIndent )

Parameters

selHangingIndent

The distance of the hanging indent, in pixels.

Remarks

To set the indention of the first line of a paragraph selection, use the setSelIndent method.

If no paragraph is currently selected, the hanging indent is applied to the paragraph in which the insertion point appears.

See Also   getSelHangingIndent