TabStopCollection
Overview
TabStopCollection is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
TabStopCollection.add(position, alignment, leader) inserts a new tab stop with the specified alignment and leader character.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tab_stops | list[TabStop] | Read |
Methods
| Signature | Description |
|---|---|
clear() | |
add(position: float, alignment: int, leader: int) | Inserts a new tab stop with the specified alignment and leader character |
remove_by_position(position: float) | |
before(pos: float) → TabStop | None | |
after(pos: float) → TabStop | None |