Hyperlink
Overview
Hyperlink is a struct in Aspose.Cells FOSS for Rust.
Represents hyperlink.
This struct provides 12 methods for working with Hyperlink objects in Rust programs.
Available methods include: address, area, delete, get_address, get_area, get_screen_tip, get_text_to_display, screen_tip, set_address, set_screen_tip, set_text_to_display, text_to_display.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
area() → String | Gets the area. |
get_area() → String | Gets the area. |
address() → &str | Gets the address. |
get_address() → &str | Gets the address. |
set_address(value: impl Into<String>) | Sets the address. |
screen_tip() → &str | Gets the screen tip. |
get_screen_tip() → &str | Gets the screen tip. |
set_screen_tip(value: impl Into<String>) | Sets the screen tip. |
text_to_display() → &str | Gets the text to display. |
get_text_to_display() → &str | Gets the text to display. |
set_text_to_display(value: impl Into<String>) | Sets the text to display. |
delete() | Performs delete. |