@Deprecated public interface ISlidesHyperlinkContainer
Represents PowerPoint document object that contains a hyperlink.
Modifier and Type | Method and Description |
---|---|
String |
getHyperlink(int actionType)
Deprecated.
Gets the hyperlink associated with this
ISlidesHyperlinkContainer . |
void |
setHyperlink(int actionType,
String url)
Deprecated.
Sets the hyperlink associated with this
SlidesBaseShape . |
String getHyperlink(int actionType)
Gets the hyperlink associated with this ISlidesHyperlinkContainer
.
actionType
- The action that activates the hyperlink.void setHyperlink(int actionType, String url)
Sets the hyperlink associated with this SlidesBaseShape
.
actionType
- The action that activates the hyperlink.url
- The hyperlink url.