SpreadsheetShapeCollection
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.common.ReadOnlyListBase, com.groupdocs.watermark.common.RemoveOnlyListBase
public class SpreadsheetShapeCollection extends RemoveOnlyListBase<SpreadsheetShape>
Represents a collection of drawing shapes in an Excel document.
This collection contains the items of [SpreadsheetShape](../../com.groupdocs.watermark.contents/spreadsheetshape) type.
| Method | Description |
|---|---|
| addShape(Shape shape) | |
| removeFromDocument(SpreadsheetShape item) |
public final void addShape(Shape shape)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| shape | com.aspose.cells.Shape |
public void removeFromDocument(SpreadsheetShape item)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | SpreadsheetShape |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.