get_hyperlink method

get_hyperlink

Gets the hyperlink associated with this IPresentationHyperlinkContainer.

Returns

The url of the hyperlink that is activated on specified action.

def get_hyperlink(self, action_type):
    ...
Parameter Type Description
action_type PresentationHyperlinkActionType The action that activates the hyperlink.

See Also