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

SignatureDescription
area()StringGets the area.
get_area()StringGets the area.
address()&strGets the address.
get_address()&strGets the address.
set_address(value: impl Into<String>)Sets the address.
screen_tip()&strGets the screen tip.
get_screen_tip()&strGets the screen tip.
set_screen_tip(value: impl Into<String>)Sets the screen tip.
text_to_display()&strGets the text to display.
get_text_to_display()&strGets the text to display.
set_text_to_display(value: impl Into<String>)Sets the text to display.
delete()Performs delete.

See Also