Determines whether the run has hyperlink.

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

Syntax

C#
public bool HasHyperlink { get; }
Visual Basic
Public ReadOnly Property HasHyperlink As Boolean
	Get
Visual C++
public:
property bool HasHyperlink {
	bool get ();
}

See Also