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

NameTypeAccessDescription
AreastringReadGets the area.
AddressstringRead/WriteGets or sets the address.
LinkTypeTargetModeTypeReadGets the link type.
ScreenTipstringRead/WriteGets or sets the screen tip.
TextToDisplaystringRead/WriteGets or sets the text to display.

Methods

SignatureDescription
Delete()Performs delete.

See Also