add_hyperlink method

add_hyperlink

Sets the hyperlink with a URI as its target.

def add_hyperlink(self, active_rect, border, target_uri):
    ...
ParameterTypeDescription
active_rectaspose.pydrawing.RectangleFThe active rectangle of the link.
borderaspose.pydrawing.PenThe link border.
target_uristrThe target URI.

See Also