SpreadsheetShapeCollection

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.

Methods

Method Description
addShape(Shape shape)
removeFromDocument(SpreadsheetShape item)

addShape(Shape shape)

public final void addShape(Shape shape)

Parameters:

Parameter Type Description
shape com.aspose.cells.Shape

removeFromDocument(SpreadsheetShape item)

public void removeFromDocument(SpreadsheetShape item)

Parameters:

Parameter Type Description
item SpreadsheetShape