PresentationShapePossibleWatermark
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.TwoDObjectPossibleWatermark, com.groupdocs.watermark.search.ShapePossibleWatermark
public class PresentationShapePossibleWatermark extends ShapePossibleWatermark<PresentationShape>
Represents possible shape watermark in a PowerPoint document.
Constructors
| Constructor | Description |
|---|---|
| PresentationShapePossibleWatermark(PresentationShape shape, PresentationShapeCollection shapeCollection) |
Methods
| Method | Description |
|---|---|
| getParent() | Gets the parent of this [PresentationShapePossibleWatermark](../../com.groupdocs.watermark.search/presentationshapepossiblewatermark). |
PresentationShapePossibleWatermark(PresentationShape shape, PresentationShapeCollection shapeCollection)
public PresentationShapePossibleWatermark(PresentationShape shape, PresentationShapeCollection shapeCollection)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| shape | PresentationShape | |
| shapeCollection | PresentationShapeCollection |
getParent()
public ContentPart getParent()
Gets the parent of this [PresentationShapePossibleWatermark](../../com.groupdocs.watermark.search/presentationshapepossiblewatermark).
Returns:
ContentPart - The parent of this [PresentationShapePossibleWatermark](../../com.groupdocs.watermark.search/presentationshapepossiblewatermark).