[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.AddTab

AddTab Method

AddTab()

Adds a Tab to this collection at the End location.

Declaration
public Tab AddTab()
Returns
Type Description
Tab

The added Tab.

AddTab(TabAlignment)

Adds a Tab to this collection at the End location.

Declaration
public Tab AddTab(TabAlignment alignment)
Parameters
Type Name Description
TabAlignment alignment

The tab alignment.

Returns
Type Description
Tab

The added Tab.

AddTab(TabAlignment, TabLeader)

Adds a Tab to this collection at the End location.

Declaration
public Tab AddTab(TabAlignment alignment, TabLeader leader)
Parameters
Type Name Description
TabAlignment alignment

The tab alignment.

TabLeader leader

The tab leader character.

Returns
Type Description
Tab

The added Tab.

AddTab(TabAlignment, TabLeader, TabRelativeTo)

Adds a Tab to this collection at the End location.

Declaration
public Tab AddTab(TabAlignment alignment, TabLeader leader, TabRelativeTo relativeTo)
Parameters
Type Name Description
TabAlignment alignment

The tab alignment.

TabLeader leader

The tab leader character.

TabRelativeTo relativeTo

The extent to calculate the position of the tab.

Returns
Type Description
Tab

The added Tab.