reorder
reorder(int index, VideoFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | VideoFrame | Shape to move. |
reorder(int index, AudioFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | AudioFrame | Shape to move. |
reorder(int index, Chart shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Chart | Shape to move. |
reorder(int index, Shape shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Shape | Shape to move. |
reorder(int index, OleObjectFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | OleObjectFrame | Shape to move. |
reorder(int index, Connector shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Connector | Shape to move. |
reorder(int index, ZoomObject shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | ZoomObject | Shape to move. |
reorder(int index, SmartArtShape shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SmartArtShape | Shape to move. |
reorder(int index, SmartArt shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SmartArt | Shape to move. |
reorder(int index, Table shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Table | Shape to move. |
reorder(int index, LegacyDiagram shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | LegacyDiagram | Shape to move. |
reorder(int index, AutoShape shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | AutoShape | Shape to move. |
reorder(int index, GroupShape shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | GroupShape | Shape to move. |
reorder(int index, GraphicalObject shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | GraphicalObject | Shape to move. |
reorder(int index, PictureFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | PictureFrame | Shape to move. |
reorder(int index, SectionZoomFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SectionZoomFrame | Shape to move. |
reorder(int index, Ink shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Ink | Shape to move. |
reorder(int index, SummaryZoomFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SummaryZoomFrame | Shape to move. |
reorder(int index, SummaryZoomSection shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SummaryZoomSection | Shape to move. |
reorder(int index, ZoomFrame shape) function
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | ZoomFrame | Shape to move. |
reorder(int index, com.aspose.slides.IShape[] shapes) function
Moves shapes from the collection to the specified position. Shapes will be placed starting from index in order they appear in list.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shapes | com.aspose.slides.IShape[] | Shapes to move. |