Hyperlien
Vue de l’ensemble
‘Hyperlink’ est une classe dans Aspose.Cells FOSS pour Python.
Il représente un hyperlien dans une feuille de travail.
Cette classe fournit 2 méthodes pour travailler avec des objets Hyperlink dans les programmes Python. Les méthodologies disponibles comprennent: __init__, delete. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Cells FOSS pour le package Pyathon. Propriétés: ‘adresse’, ‘range’, screen_tip , ‘sub_address ; 'text_to_display et ’type’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
range | `` | Read/Write | Gets the cell reference for this hyperlink. |
address | `` | Read/Write | Gets or sets the external target URL. |
sub_address | `` | Read/Write | Gets or sets the internal location within the workbook. |
text_to_display | `` | Read/Write | Gets or sets the text displayed for the hyperlink. |
screen_tip | `` | Read/Write | Gets or sets the tooltip text shown when hovering over the hyperlink. |
type | `` | Read | Gets the type of hyperlink. |
méthodes
| Signature | Description |
|---|---|
__init__(range_address, address, sub_address, text_to_display, screen_tip) | Initializes a new Hyperlink instance. |
delete() | Marks this hyperlink for deletion. |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference