[]
Represents a hyperlink in a document. A hyperlink may be assigned to a RenderObject's Hyperlink, or a ParagraphObject's Hyperlink property. In that case clicking on that object in a viewer will jump to the hyperlink's LinkTarget.
[C1ClassSerialization(true)]
public class C1Hyperlink : ICloneable
Name | Description |
---|---|
C1Hyperlink() | Initializes a new instance of the C1Hyperlink class. |
C1Hyperlink(C1LinkTarget) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget. |
C1Hyperlink(C1LinkTarget, string) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget. |
C1Hyperlink(C1LinkTarget, string, object) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget. |
C1Hyperlink(ParagraphObject) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified ParagraphObject. |
C1Hyperlink(RenderObject) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified RenderObject. |
C1Hyperlink(string) | Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetAnchor associated with the specified anchor name. |
Name | Description |
---|---|
LinkTarget | Determines the target of the current hyperlink. |
PdfURL | Gets the destination URL of the current hyperlink in Adobe PDF format. |
State | Gets or sets the state 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). |
UserData | 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. |