Reorder
Reorder(int, IShape)
将形状从集合中移动到指定位置。
public void Reorder(int index, IShape shape)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 目标索引。 |
shape | IShape | 要移动的形状。 |
也可以看看
- interface IShape
- class ShapeCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
Reorder(int, params IShape[])
将形状从集合移动到指定位置。 形状将从索引开始放置,以便它们出现在列表中。
public void Reorder(int index, params IShape[] shapes)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 目标索引。 |
shapes | IShape[] | 要移动的形状。 |
也可以看看
- interface IShape
- class ShapeCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides