[]
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.
public class C1Hyperlink
Name | Description |
---|---|
C1Hyperlink() | Initializes a new instance of the C1Hyperlink class. |
C1Hyperlink(C1LinkTargetBase) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase. |
C1Hyperlink(C1LinkTargetBase, string) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase. |
C1Hyperlink(C1LinkTargetBase, string, object) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase. |
Name | Description |
---|---|
LinkTarget | Determines the target of the current hyperlink. |
StatusText | Text shown in the status line when the mouse is over the link (when the document is viewed in a C1PrintPreview). |
Tag | Gets or sets arbitrary data associated with the current hyperlink. |
Name | Description |
---|---|
AssignFrom(C1Hyperlink) | Copies the properties of the specified object to the current object. |
Clone() | Creates a copy of the current object. |