Add new paragraphs to a text box.

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

Syntax

C#
public void AddParagraphs(
	List<Paragraph> paragraphsOther
)
Visual Basic
Public Sub AddParagraphs ( _
	paragraphsOther As List(Of Paragraph) _
)
Visual C++
public:
void AddParagraphs(
	List<Paragraph^>^ paragraphsOther
)

Parameters

paragraphsOther
Type: System.Collections.Generic..::..List<(Of <(<'Paragraph>)>)>
collection of paragraphs to add.

See Also