output_blank_page_when_nothing_to_print 属性

output_blank_page_when_nothing_to_print 属性

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

评论

默认为真。

定义:

@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):
    ...

也可以看看