output_blank_page_when_nothing_to_print属性

output_blank_page_when_nothing_to_print属性

指示当没有任何内容可打印时是否输出空白页。

评论

默认为 true。

定义:

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

也可以看看