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

NameTypeAccessDescription
range``Read/WriteGets the cell reference for this hyperlink.
address``Read/WriteGets or sets the external target URL.
sub_address``Read/WriteGets or sets the internal location within the workbook.
text_to_display``Read/WriteGets or sets the text displayed for the hyperlink.
screen_tip``Read/WriteGets or sets the tooltip text shown when hovering over the hyperlink.
type``ReadGets the type of hyperlink.

méthodes

SignatureDescription
__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
 Français