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