Create new text run with default formatting.

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

Syntax

C#
public Run(
	string text
)
Visual Basic
Public Sub New ( _
	text As String _
)
Visual C++
public:
Run(
	String^ text
)

Parameters

text
Type: System..::..String
new text to add.

See Also