[]
        
(Showing Draft Content)

C1.WPF.Document.C1Hyperlink

C1Hyperlink Class

Represents a hyperlink in a document. A hyperlink may be assigned to a C1.WPF.Document.RenderObject's C1.WPF.Document.RenderObject.Hyperlink, or a C1.WPF.Document.RenderParagraphObject's C1.WPF.Document.RenderParagraphObject.Hyperlink property. In that case clicking on that object in a viewer will jump to the hyperlink's LinkTarget.

Inheritance
C1Hyperlink
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
public class C1Hyperlink

Constructors

Name Description

Initializes a new instance of the C1Hyperlink class.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.

Properties

Name Description

Determines the target of the current hyperlink.

Text shown in the status line when the mouse is over the link (when the document is viewed in a C1PrintPreview).

Gets or sets arbitrary data associated with the current hyperlink.

Methods

Name Description

Copies the properties of the specified object to the current object.

Creates a copy of the current object.