add_hyperlink method
add_hyperlink
Adds a hyperlink to the shape.
Returns
Return the new hyperlink object.
def add_hyperlink(self, address):
...
Parameter | Type | Description |
---|---|---|
address | str | Address of the hyperlink. |
Example
hyperlink = shape.add_hyperlink("https://www.aspose.com/")
See Also
- module
aspose.cells.drawing
- class
CellsDrawing