ShapeCollection

ShapeCollection — Aspose.Slides FOSS C# (.NET) API Reference

ShapeCollection — ShapeCollection API type. Inherits from: IShapeCollection.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
ParentGroupIGroupShape?Read/Write
AsICollectionIList<IShape>Read/Write
AsIEnumerableIEnumerable<IShape>Read/Write
CountintRead/Write

Methods

MethodReturnsDescription
ToArray()void
ToArray(int startIndex, int count)void
Reorder(int index, IShape shape)void
Reorder(int index, IShape[] shapes)void
AddAutoShape(ShapeType shapeType, float x, float y, float width, float height)void
AddAutoShape(ShapeType shapeType, float x, float y, float width, float height, bool createFromTemplate)void
InsertAutoShape(int index, ShapeType shapeType, float x, float y, float width, float height)void
InsertAutoShape(int index, ShapeType shapeType, float x, float y, float width, float height, bool createFromTemplate)void
AddConnector(ShapeType shapeType, float x, float y, float width, float height)void
AddConnector(ShapeType shapeType, float x, float y, float width, float height, bool createFromTemplate)void
InsertConnector(int index, ShapeType shapeType, float x, float y, float width, float height)void
InsertConnector(int index, ShapeType shapeType, float x, float y, float width, float height, bool createFromTemplate)void
AddPictureFrame(ShapeType shapeType, float x, float y, float width, float height, IPPImage image)void
InsertPictureFrame(int index, ShapeType shapeType, float x, float y, float width, float height, IPPImage image)void
AddTable(float x, float y, double[] columnWidths, double[] rowHeights)void
InsertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights)void
IndexOf(IShape shape)void
RemoveAt(int index)void
Remove(IShape shape)void
Clear()void
GetEnumerator()void

See Also