height_pt 属性
height_pt 属性
表示形状的高度,以磅为单位。
例子
if shape.height_pt == 3:
shape.height_pt = 1
定义:
@property
def height_pt(self):
...
@height_pt.setter
def height_pt(self, value):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 Oval
表示形状的高度,以磅为单位。
if shape.height_pt == 3:
shape.height_pt = 1
@property
def height_pt(self):
...
@height_pt.setter
def height_pt(self, value):
...