ShapeCollection — Aspose.Slides FOSS C# (.NET) API Reference
ShapeCollection — ShapeCollection API type. Inherits from: IShapeCollection.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
ParentGroup | IGroupShape? | Read/Write | |
AsICollection | IList<IShape> | Read/Write | |
AsIEnumerable | IEnumerable<IShape> | Read/Write | |
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
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 |