IPresentationHyperlinkContainer
Leave feedback
On this page
public interface IPresentationHyperlinkContainer
Represents PowerPoint document object that contains a hyperlink.
| Method | Description |
|---|---|
| getHyperlink(int actionType) | Gets the hyperlink associated with this [IPresentationHyperlinkContainer](../../com.groupdocs.watermark.contents/ipresentationhyperlinkcontainer). |
| setHyperlink(int actionType, String url) | Sets the hyperlink associated with this [PresentationBaseShape](../../com.groupdocs.watermark.contents/presentationbaseshape). |
public abstract String getHyperlink(int actionType)
Gets the hyperlink associated with this [IPresentationHyperlinkContainer](../../com.groupdocs.watermark.contents/ipresentationhyperlinkcontainer).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| actionType | int | The action that activates the hyperlink. |
Returns: java.lang.String - The url of the hyperlink that is activated on specified action.
public abstract void setHyperlink(int actionType, String url)
Sets the hyperlink associated with this [PresentationBaseShape](../../com.groupdocs.watermark.contents/presentationbaseshape).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| actionType | int | The action that activates the hyperlink. |
| url | java.lang.String | The hyperlink url. |
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.