PresentationHyperlinkPossibleWatermark
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.HyperlinkPossibleWatermark
public class PresentationHyperlinkPossibleWatermark extends HyperlinkPossibleWatermark
Represents possible hyperlink watermark in a PowerPoint document.
| Constructor | Description |
|---|---|
| PresentationHyperlinkPossibleWatermark(PossibleWatermark parentWatermark, IPresentationHyperlinkContainer hyperlinkContainer, int actionType) |
| Method | Description |
|---|---|
| getText() | Gets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark). |
| setText(String value) | Sets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark). |
| remove() |
PresentationHyperlinkPossibleWatermark(PossibleWatermark parentWatermark, IPresentationHyperlinkContainer hyperlinkContainer, int actionType)
public PresentationHyperlinkPossibleWatermark(PossibleWatermark parentWatermark, IPresentationHyperlinkContainer hyperlinkContainer, int actionType)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parentWatermark | PossibleWatermark | |
| hyperlinkContainer | IPresentationHyperlinkContainer | |
| actionType | int |
public String getText()
Gets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
Returns:
java.lang.String - The url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
public void setText(String value)
Sets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark). |
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.