The C1Hyperlink type exposes the following members.

Constructors

  Name Description
Public method C1Hyperlink()()()()
Initializes a new instance of the C1Hyperlink class.
Public method C1Hyperlink(String)
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetAnchor associated with the specified anchor name.
Public method C1Hyperlink(C1LinkTarget)
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.
Public method C1Hyperlink(ParagraphObject)
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified ParagraphObject.
Public method C1Hyperlink(RenderObject)
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified RenderObject.
Public method C1Hyperlink(C1LinkTarget, String)
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.
Public method C1Hyperlink(C1LinkTarget, String, Object)
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.

Methods

  Name Description
Public method AssignFrom
Copies the properties of the specified object to the current object.

Properties

  Name Description
Public property LinkTarget
Determines the target of the current hyperlink.
Public property PdfURL
Gets the destination URL of the current hyperlink in Adobe PDF format.
Public property State
Gets or sets the state of the current hyperlink.
Public property StatusText
Text shown in the status line when the mouse is over the link (when the document is viewed in a C1PrintPreview).
Public property UserData
Gets or sets arbitrary data associated with the current hyperlink.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICloneable..::..Clone

See Also