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
| Method | Description | 
|---|---|
| addShape(IShape shape) | |
| removeFromDocument(PresentationShape item) | 
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 |