PresentationHyperlinkPossibleWatermark
Contents
[
Hide
]
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.
Constructors
Constructor | Description |
---|---|
PresentationHyperlinkPossibleWatermark(PossibleWatermark parentWatermark, IPresentationHyperlinkContainer hyperlinkContainer, int actionType) |
Methods
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 |
getText()
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)
.
setText(String value)
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) . |
remove()
public void remove()