start_at属性

start_at属性

获取并设置项目符号的起始编号。

定义:

@property
def start_at(self):
    ...
@start_at.setter
def start_at(self, value):
    ...

也可以看看