right 属性
right 属性
表示形状从其下 right 角列的水平偏移的宽度,以像素为单位。
例子
if shape.right == 3:
shape.right = 1
定义:
@property
def right(self):
...
@right.setter
def right(self, value):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 Oval
表示形状从其下 right 角列的水平偏移的宽度,以像素为单位。
if shape.right == 3:
shape.right = 1
@property
def right(self):
...
@right.setter
def right(self, value):
...