add_hyperlink method

add_hyperlink

Adds a hyperlink to the shape.

Returns

Return the new hyperlink object.

def add_hyperlink(self, address):
    ...
ParameterTypeDescription
addressstrAddress of the hyperlink.

Example


hyperlink = shape.add_hyperlink("https://www.aspose.com/")

See Also