Gets or sets an array containing the tab leaders in a paragraph. A tab leader defines how a tab gap is filled.

Introduced: X19.

Syntax

public TabLeader[] TabLeaders { get; set; }
Public Property TabLeaders() As TabLeader()

Members

Member Description
None The tab gap is not filled.
Period The tab gap is filled with periods.
Dot The tab gap is filled with dots.
Dash The tab gap is filled with dashes.
Underline The tab gap is underlined.

Limitations

The maximum number of tabs in a parapgraph is 14.

Remarks

The default type is TabLeader.None.

The property returns an array with common values when the text selection contains multiple paragraphs with mixed types. If the selection contains different tab leaders, the Selection.IsCommonValueSelected method returns false.