Tab module

class Tab.Tab

Bases: DocumentSerializable

Represents a tab in a document.

Equals(tab: Tab) bool

Determines whether the current tab is equal to the specified tab.

Parameters:

tab (Tab) – The tab to compare.

Returns:

True if the tabs are equal, False otherwise.

Return type:

bool

property Justification: TabJustification

Gets or sets the justification of the tab.

Returns:

The justification of the tab.

Return type:

TabJustification

property Position: float

Gets or sets the position of the tab.

Returns:

The position of the tab.

Return type:

float

property TabLeader: TabLeader

Gets or sets the tab leader.

Returns:

The tab leader.

Return type:

TabLeader