IHyperlinkContainer
Leave feedback
On this page
public interface IHyperlinkContainer
| Method | Description |
|---|---|
| getHyperlink() | Gets the hyperlink associated with this IHyperlinkContainer . |
| setHyperlink(String value) | Sets the hyperlink associated with this IHyperlinkContainer . |
public abstract String getHyperlink()
Gets the hyperlink associated with this IHyperlinkContainer .
Returns: java.lang.String - The hyperlink associated with this IHyperlinkContainer .
public abstract void setHyperlink(String value)
Sets the hyperlink associated with this IHyperlinkContainer .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The hyperlink associated with this IHyperlinkContainer . |
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.