Sets the distance, in twips, between the right edge of a Text Control document and the right edge of the text.

<void> ParagraphFormat.setRightIndent(<number> rightIndent, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
rightIndent The distance, in twips, between the right edge of a Text Control document and the right edge of the text.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.