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