TextStyle.IsHyperlink Property

Aspose.Note for .NET API

TextStyleIsHyperlink Property

Gets or sets a value indicating whether the text style is hyperlink.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool IsHyperlink { get; set; }
Public Property IsHyperlink As Boolean
	Get
	Set
public:
property bool IsHyperlink {
	bool get ();
	void set (bool value);
}
member IsHyperlink : bool with get, set

Property Value

Type: Boolean
See Also