<Code Lib>
2021 Method
Changes 0
M

FormattedText.GetIndentLevel

Description:
Returns the indent level of the paragraphs in the text range.
Remarks:
Returns -1 if the range contains multiple paragraphs with different indent levels.

public int GetIndentLevel(
	TextRange textRange
)

Return Value int The indentation level of the paragraphs in the range.

Loading…