TabStopCollection

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

NameTypeAccessDescription
tab_stopslist[TabStop]Read

Methods

SignatureDescription
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

See Also