Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class Hyperlink : IDisposable
Public Class Hyperlink Implements IDisposable
public ref class Hyperlink : IDisposable
type Hyperlink = class interface IDisposable end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Hyperlink(Field) |
Initializes a new instance of the Hyperlink class.
| |
| BookmarkName |
Returns or sets bookmark.
| |
| Dispose()()()() | Releases all resources used by the Hyperlink | |
| Equals(Object) | (Inherited from Object.) | |
| FilePath |
Gets or sets file path.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PictureToDisplay |
Gets or sets the image which will be displayed on the place of hyperlink.
| |
| TextToDisplay |
Gets or sets the specified hyperlink's visible text in a document.
| |
| ToString()()()() | (Inherited from Object.) | |
| Type |
Returns or sets a HyperlinkType object that indicates the link type.
| |
| Uri |
Returns or sets url link.
|