Gets or sets hyperlink added to a run. Null if hyperlink is not set to a run.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Hyperlink Hyperlink { get; set; }
Visual Basic
Public Property Hyperlink As Hyperlink
	Get
	Set
Visual C++
public:
property Hyperlink^ Hyperlink {
	Hyperlink^ get ();
	void set (Hyperlink^ value);
}

See Also