export_print_area_only 属性
export_print_area_only 属性
表示是否只将打印区域导出到html文件。默认值为假。
定义:
@property
def export_print_area_only(self):
...
@export_print_area_only.setter
def export_print_area_only(self, value):
...
表示是否只将打印区域导出到html文件。默认值为假。
@property
def export_print_area_only(self):
...
@export_print_area_only.setter
def export_print_area_only(self, value):
...