Decreases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method decreases the left indent at the text input position. Left indent positions are defined through the paragraphs' tab positions and the indents of the paragraphs in front and behind the paragraph with the text input position.

Introduced: 16.0.

DecreaseIndent()

public bool DecreaseIndent();
Public Function DecreaseIndent() As Boolean

Return Value

The return value is true, if at least one indent could be changed. It is false, if the minimum value has been reached.