Hyperlink
Overview
Hyperlink is a class in Aspose.Cells FOSS for .NET.
Represents hyperlink.
This class provides 1 method for working with Hyperlink objects in Go programs.
Available methods include: Delete.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: Address, Area, LinkType, ScreenTip, TextToDisplay.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Area | string | Read | Gets the area. |
Address | string | Read/Write | Gets or sets the address. |
LinkType | TargetModeType | Read | Gets the link type. |
ScreenTip | string | Read/Write | Gets or sets the screen tip. |
TextToDisplay | string | Read/Write | Gets or sets the text to display. |
Methods
| Signature | Description |
|---|---|
Delete() | Performs delete. |