orientation属性
orientation属性
代表页面打印orientation。
定义:
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...
代表页面打印orientation。
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...