top_inch属性
top_inch属性
表示形状相对于其顶行的垂直偏移量,以英寸为单位。
例子
if shape.top_inch == 3:
shape.top_inch = 1.0
定义:
@property
def top_inch(self):
...
@top_inch.setter
def top_inch(self, value):
...
表示形状相对于其顶行的垂直偏移量,以英寸为单位。
if shape.top_inch == 3:
shape.top_inch = 1.0
@property
def top_inch(self):
...
@top_inch.setter
def top_inch(self, value):
...