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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class C1Hyperlink : ICloneable
Visual Basic
Public Class C1Hyperlink _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..C1Hyperlink

See Also