Adds a collection of Elements to this Section.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool AddAll(
	ICollection collection
)
Visual Basic
Public Function AddAll ( _
	collection As ICollection _
) As Boolean
Visual C++
public:
bool AddAll(
	ICollection^ collection
)

Parameters

collection
Type: System.Collections..::..ICollection
a collection of Paragraphs, Lists and/or Tables

Return Value

true if the action succeeded, false if not.

See Also