reorder method
reorder
Moves a shape from the collection to the specified position.
def reorder(self, index, shape):
...
Parameter | Type | Description |
---|---|---|
index | int | Target index. |
shape | IShape | Shape to move. |
reorder
Moves shapes from the collection to the specified position. Shapes will be placed starting from index in order they appear in list.
def reorder(self, index, shapes):
...
Parameter | Type | Description |
---|---|---|
index | int | Target index. |
shapes | List[IShape] | Shapes to move. |
See Also
- class
IShape
- class
IShapeCollection
- module
aspose.slides
- library
Aspose.Slides