align_top_right_corner方法
align_top_right_corner(self, top_row, right_column)
将图片移动到右上角。
def align_top_right_corner(self, top_row, right_column):
    ...
| 范围 | 类型 | 描述 | 
|---|---|---|
| top_row | int | 行索引。 | 
| right_column | int | 列索引。 | 
例子
shape.align_top_right_corner(2, 5)
将图片移动到右上角。
def align_top_right_corner(self, top_row, right_column):
    ...
| 范围 | 类型 | 描述 | 
|---|---|---|
| top_row | int | 行索引。 | 
| right_column | int | 列索引。 | 
shape.align_top_right_corner(2, 5)