reorder
reorder(int index, Connector shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Connector | Shape to move. |
Returns
void
reorder(int index, GraphicalObject shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | GraphicalObject | Shape to move. |
Returns
void
reorder(int index, SmartArtShape shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SmartArtShape | Shape to move. |
Returns
void
reorder(int index, Shape shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Shape | Shape to move. |
Returns
void
reorder(int index, Table shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Table | Shape to move. |
Returns
void
reorder(int index, Ink shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Ink | Shape to move. |
Returns
void
reorder(int index, SummaryZoomFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SummaryZoomFrame | Shape to move. |
Returns
void
reorder(int index, SummaryZoomSection shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SummaryZoomSection | Shape to move. |
Returns
void
reorder(int index, ZoomFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | ZoomFrame | Shape to move. |
Returns
void
reorder(int index, VideoFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | VideoFrame | Shape to move. |
Returns
void
reorder(int index, OleObjectFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | OleObjectFrame | Shape to move. |
Returns
void
reorder(int index, SmartArt shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SmartArt | Shape to move. |
Returns
void
reorder(int index, GroupShape shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | GroupShape | Shape to move. |
Returns
void
reorder(int index, AutoShape shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | AutoShape | Shape to move. |
Returns
void
reorder(int index, SectionZoomFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | SectionZoomFrame | Shape to move. |
Returns
void
reorder(int index, PictureFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | PictureFrame | Shape to move. |
Returns
void
reorder(int index, AudioFrame shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | AudioFrame | Shape to move. |
Returns
void
reorder(int index, Chart shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | Chart | Shape to move. |
Returns
void
reorder(int index, ZoomObject shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | ZoomObject | Shape to move. |
Returns
void
reorder(int index, LegacyDiagram shape) method
Moves a shape from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
shape | LegacyDiagram | Shape to move. |
Returns
void
reorder(int index, com.aspose.slides.IShape[] shapes) method
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. |
Returns
void