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.
public void setSelHangingIndent( int selHangingIndent )
selHangingIndent
The distance of the hanging indent, in pixels.
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