TabStopCollection

TabStopCollection

Overview

TabStopCollection 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.

插入一个新的标签停止,指定了对齐和领导字符.

这个类提供了在Python程序中与TabStopCollection对象工作的5种方法. 有的方法包括: add, after, before, clear, remove_by_position. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: tab_stops.

Properties

NameTypeAccessDescription
tab_stopslist[TabStop]Read得到了账号停止.

Methods

SignatureDescription
clear()
add(position: float, alignment: int, leader: int)插入一个新的标签停止,指定对齐和领导字符
remove_by_position(position: float)
before(pos: float) → `TabStopNone`
after(pos: float) → `TabStopNone`

See Also

 中文