Sets an array containing the absolute tab stop positions, in twips, in a paragraph.
<void> ParagraphFormat.setTabPositions(<number[]> tabPositions, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
tab |
The absolute tab stop positions, in twips, in a paragraph. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |