var instance = new GC.Spread.Sheets.Shapes.ShapeCollection(sheet);
function ShapeCollection;
var instance = new GC.Spread.Sheets.Shapes.ShapeCollection(sheet);
function ShapeCollection;
Object
GC.Spread.Sheets.Shapes.ShapeCollection
| Name | Description | |
|---|---|---|
![]() | ShapeCollection Constructor | Represents a shape manager that managers all shapes in a sheet. |
| Name | Description | |
|---|---|---|
![]() | add | Add a new shape to shape collection |
![]() | addConnector | Add a Connector Shape to shape collection |
![]() | all | get all shapes |
![]() | clear | clear all shapes |
![]() | get | Get a shape with name |
![]() | group | Groups the Shapes. |
![]() | remove | remove a shape |
![]() | ungroup | Separate a groupShape to some shapes |
![]() | zIndex | Get or set the z-index for a shape |