Add new paragraph of a text.

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

Syntax

C#
public void AddParagraph(
	Paragraph paragraph
)
Visual Basic
Public Sub AddParagraph ( _
	paragraph As Paragraph _
)
Visual C++
public:
void AddParagraph(
	Paragraph^ paragraph
)

Parameters

paragraph
Type: Arctorus.Documents..::..Paragraph
new paragraph to add.

See Also