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

PresentationShapeCollection

Inheritance: java.lang.Object, com.groupdocs.watermark.common.ReadOnlyListBase, com.groupdocs.watermark.common.RemoveOnlyListBase

public class PresentationShapeCollection extends RemoveOnlyListBase<PresentationShape>

Represents a collection of drawing shapes in a PowerPoint document.

This collection contains the items of [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape) type.

Methods

addShape(IShape shape)

public final void addShape(IShape shape)

Parameters:

Parameter Type Description
shape com.aspose.slides.IShape

removeFromDocument(PresentationShape item)

public void removeFromDocument(PresentationShape item)

Parameters:

Parameter Type Description
item PresentationShape