public interface IPresentationHyperlinkContainer
Represents PowerPoint document object that contains a hyperlink.
| Modifier and Type | Method and Description |
|---|---|
String |
getHyperlink(int actionType)
Gets the hyperlink associated with this
. |
void |
setHyperlink(int actionType,
String url)
Sets the hyperlink associated with this
. |
String getHyperlink(int actionType)
IPresentationHyperlinkContainer.actionType - The action that activates the hyperlink.void setHyperlink(int actionType,
String url)
PresentationBaseShape.actionType - The action that activates the hyperlink.url - The hyperlink url.Copyright © 2026. All rights reserved.