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

SignatureDescription
GetArea()std::stringGets the area.
GetAddress()std::stringGets or sets the address.
SetAddress(value: std::string)Sets the address value.
GetLinkType()TargetModeTypeGets the link type.
GetScreenTip()std::stringGets or sets the screen tip.
SetScreenTip(value: std::string)Sets the screen tip value.
GetTextToDisplay()std::stringGets or sets the text to display.
SetTextToDisplay(value: std::string)Sets the text to display value.
Delete()Performs delete.

See Also

 English