Hyperlink
Overview
Hyperlink is a class in Aspose.Cells FOSS for C++.
Represents hyperlink.
This class provides 9 methods for working with Hyperlink objects in C++ programs.
Available methods include: Delete, GetAddress, GetArea, GetLinkType, GetScreenTip, GetTextToDisplay, SetAddress, SetScreenTip, SetTextToDisplay.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetArea() → std::string | Gets the area. |
GetAddress() → std::string | Gets or sets the address. |
SetAddress(value: std::string) | Sets the address value. |
GetLinkType() → TargetModeType | Gets the link type. |
GetScreenTip() → std::string | Gets or sets the screen tip. |
SetScreenTip(value: std::string) | Sets the screen tip value. |
GetTextToDisplay() → std::string | Gets or sets the text to display. |
SetTextToDisplay(value: std::string) | Sets the text to display value. |
Delete() | Performs delete. |