Increases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method increases 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.

IncreaseIndent()

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

Return Value

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