Tab module
- class Tab.Tab
Bases:
DocumentSerializableRepresents 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:
- property Position: float
Gets or sets the position of the tab.
- Returns:
The position of the tab.
- Return type:
float
