Click or drag to resize

BookmarkHyperlink Class

Represents a hyperlink that can be used to bookmark a specific location within a document.
Inheritance Hierarchy
System Object
Spire.Xls BookmarkHyperlink

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class BookmarkHyperlink

The BookmarkHyperlink type exposes the following members.

Constructors
Name Description
Public method BookmarkHyperlink
Initializes a new instance of the BookmarkHyperlink class with default values.
Top
Properties
Name Description
Public property HyperlinkValue
Gets or sets the value of the hyperlink.
Public property SourceBounds
Gets or sets the source bounds of the rectangle.
Public property SourcePageNumber
Gets or sets the source page number.
Public property TargetBounds
Gets or sets the target bounds of the rectangle.
Public property TargetPageNumber
Gets or sets the target page number.
Public property Text
Gets or sets the text.
Public property TOCLevel
Gets or sets the table of contents level.
Public property TOCText
Gets or sets the TOC (Table of Contents) text.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also