Gets the tab types in a paragraph.

<void> ParagraphFormat.getTabTypes(<RequestTabTypesCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the tab types in a paragraph.
errorCallback Optional. Is called when the operation failed with an error.

Remarks

The default type is TabType.LeftTab. The property returns an array with common values when the text selection contains multiple paragraphs with mixed types. The remaining not common values are set to zero. If all values are different, the Selection.IsCommonValueSelected method returns false.