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
IPresentationHyperlinkContainer . |
void |
setHyperlink(int actionType,
String url)
Sets the hyperlink associated with this
PresentationBaseShape . |
String getHyperlink(int actionType)
Gets the hyperlink associated with this IPresentationHyperlinkContainer
.
actionType
- The action that activates the hyperlink.void setHyperlink(int actionType, String url)
Sets the hyperlink associated with this PresentationBaseShape
.
actionType
- The action that activates the hyperlink.url
- The hyperlink url.Copyright © 2020. All rights reserved.