1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for Java
  4. /
  5. com.groupdocs.watermark.contents
  6. /
  7. SpreadsheetShapeCollection

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

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