ITextParagraphFormat.GetTab(Int32, Single, TabAlignment, TabLeader) Method

Definition

Retrieves information about the specified tab.

public:
 void GetTab(int index, [Out] float & position, [Out] TabAlignment & align, [Out] TabLeader & leader);
void GetTab(int const& index, [Out] float & position, [Out] TabAlignment & align, [Out] TabLeader & leader);
public void GetTab(int index, out float position, out TabAlignment align, out TabLeader leader);
Public Sub GetTab (index As Integer, ByRef position As Single, ByRef align As TabAlignment, ByRef leader As TabLeader)

Parameters

index
Int32

int

The zero-based index of the tab to retrieve.

position
Single

float

The tab's position, in floating-point points. This parameter is zero if the tab does not exist.

align
TabAlignment

The alignment option for the tab position.

leader
TabLeader

The character used to fill the space taken by a tab character.

Applies to

See also