right_margin 属性
right_margin 属性
表示右边距的大小,以厘米为单位。
定义:
@property
def right_margin(self):
...
@right_margin.setter
def right_margin(self, value):
...
表示右边距的大小,以厘米为单位。
@property
def right_margin(self):
...
@right_margin.setter
def right_margin(self, value):
...