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