Skip to main content

TabLeaderType Enum

Lists repeated characters used to fill in the space created by a tab which ends at the tab stop.

Declaration

declare enum TabLeaderType {
    None = 0,
    Dots = 1,
    MiddleDots = 2,
    Hyphens = 3,
    Underline = 4,
    ThickLine = 5,
    EqualSign = 6
}

Members

Name Description
Dots

The dot is used as a tab leader character.

EqualSign

The equal sign is used as a tab leader character.

Hyphens

The hyphen is used as a tab leader character.

MiddleDots

The middle dot (interpunct) is used as a tab leader character.

None

No leader characters are used.

ThickLine

The line is used as a tab leader character.

Underline

The underscore is used as a tab leader character.

Remarks

Values listed by this enumeration are used in the following members: