Sets the distance, in twips, between the left edge of the Text Control and the left edge of the text.

<void> ParagraphFormat.setLeftIndent(<number> indent, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

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