PdfHyperlinkPossibleWatermark
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.HyperlinkPossibleWatermark
public class PdfHyperlinkPossibleWatermark extends HyperlinkPossibleWatermark
Represents possible hyperlink watermark in a pdf document.
| Method | Description |
|---|---|
| getText() | Gets the url of this [PdfHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/pdfhyperlinkpossiblewatermark). |
| setText(String value) | |
| remove() |
public PdfHyperlinkPossibleWatermark(GoToURIAction action, PdfAnnotationPossibleWatermark parentWatermark)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| action | com.aspose.pdf.GoToURIAction | |
| parentWatermark | PdfAnnotationPossibleWatermark |
public PdfHyperlinkPossibleWatermark(LaunchAction action, PdfAnnotationPossibleWatermark parentWatermark)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| action | com.aspose.pdf.LaunchAction | |
| parentWatermark | PdfAnnotationPossibleWatermark |
public String getText()
Gets the url of this [PdfHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/pdfhyperlinkpossiblewatermark).
Returns:
java.lang.String - The url of this [PdfHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/pdfhyperlinkpossiblewatermark).
public void setText(String value)
Sets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public void remove()
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.