Initializes a new instance of the Text class.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public Text(
	string text
)

Parameters

text
Type: System..::..String
The textual contents.

See Also