Add text to a paragraph.

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

Syntax

C#
public void AddRun(
	Run run
)
Visual Basic
Public Sub AddRun ( _
	run As Run _
)
Visual C++
public:
void AddRun(
	Run^ run
)

Parameters

run
Type: Arctorus.Documents..::..Run
text run to add.

See Also