center_horizontally属性
center_horizontally属性
表示纸张是否水平居中打印。
定义:
@property
def center_horizontally(self):
...
@center_horizontally.setter
def center_horizontally(self, value):
...
表示纸张是否水平居中打印。
@property
def center_horizontally(self):
...
@center_horizontally.setter
def center_horizontally(self, value):
...