PdfAnnotationPossibleWatermark
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.TwoDObjectPossibleWatermark, com.groupdocs.watermark.search.ShapePossibleWatermark
public class PdfAnnotationPossibleWatermark extends ShapePossibleWatermark<PdfAnnotation>
Represents possible annotation watermark in a pdf document.
Constructors
| Constructor | Description |
|---|---|
| PdfAnnotationPossibleWatermark(PdfAnnotation annotation, PdfAnnotationCollection annotationCollection) |
Methods
| Method | Description |
|---|---|
| getParent() | Gets the parent of this [PdfAnnotationPossibleWatermark](../../com.groupdocs.watermark.search/pdfannotationpossiblewatermark). |
PdfAnnotationPossibleWatermark(PdfAnnotation annotation, PdfAnnotationCollection annotationCollection)
public PdfAnnotationPossibleWatermark(PdfAnnotation annotation, PdfAnnotationCollection annotationCollection)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| annotation | PdfAnnotation | |
| annotationCollection | PdfAnnotationCollection |
getParent()
public ContentPart getParent()
Gets the parent of this [PdfAnnotationPossibleWatermark](../../com.groupdocs.watermark.search/pdfannotationpossiblewatermark).
Returns:
ContentPart - The parent of this [PdfAnnotationPossibleWatermark](../../com.groupdocs.watermark.search/pdfannotationpossiblewatermark).