right_margin_pt 属性
right_margin_pt 属性
以点为单位返回右边距
例子
shapeTextAlignment.right_margin_pt = 2.0
定义:
@property
def right_margin_pt(self):
...
@right_margin_pt.setter
def right_margin_pt(self, value):
...
以点为单位返回右边距
shapeTextAlignment.right_margin_pt = 2.0
@property
def right_margin_pt(self):
...
@right_margin_pt.setter
def right_margin_pt(self, value):
...