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