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])
Parameter | Description |
---|---|
right |
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. |
error |
Optional. Is called when the operation failed with an error. |