presentation_preference属性
presentation_preference属性
指示 html 或 mht 文件是呈现首选项。 默认值为 false。 如果你想获得更漂亮的展示效果,请将该值设置为true。
定义:
@property
def presentation_preference(self):
...
@presentation_preference.setter
def presentation_preference(self, value):
...