print_draft 属性

表示是否将在没有图形的情况下打印工作表。

定义:

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

也可以看看