orientation属性

orientation属性

代表页面打印orientation。

定义:

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

也可以看看