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