reorder

reorder(int index, VideoFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeVideoFrameShape to move.

reorder(int index, AudioFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeAudioFrameShape to move.

reorder(int index, Chart shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeChartShape to move.

reorder(int index, Shape shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeShapeShape to move.

reorder(int index, OleObjectFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeOleObjectFrameShape to move.

reorder(int index, Connector shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeConnectorShape to move.

reorder(int index, ZoomObject shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeZoomObjectShape to move.

reorder(int index, SmartArtShape shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeSmartArtShapeShape to move.

reorder(int index, SmartArt shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeSmartArtShape to move.

reorder(int index, Table shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeTableShape to move.

reorder(int index, LegacyDiagram shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeLegacyDiagramShape to move.

reorder(int index, AutoShape shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeAutoShapeShape to move.

reorder(int index, GroupShape shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeGroupShapeShape to move.

reorder(int index, GraphicalObject shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeGraphicalObjectShape to move.

reorder(int index, PictureFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapePictureFrameShape to move.

reorder(int index, SectionZoomFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeSectionZoomFrameShape to move.

reorder(int index, Ink shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeInkShape to move.

reorder(int index, SummaryZoomFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeSummaryZoomFrameShape to move.

reorder(int index, SummaryZoomSection shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeSummaryZoomSectionShape to move.

reorder(int index, ZoomFrame shape) function

Moves a shape from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
shapeZoomFrameShape 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

NameTypeDescription
indexintTarget index.
shapescom.aspose.slides.IShape[]Shapes to move.