Adds a Paragraph, List, Table or another Section to this Section.

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

Syntax

C#
public bool Add(
	Object o
)
Visual Basic
Public Function Add ( _
	o As Object _
) As Boolean
Visual C++
public:
virtual bool Add(
	Object^ o
) sealed

Parameters

o
Type: System..::..Object
an object of type Paragraph, List, Table or another Section

Return Value

a bool

Implements

ITextElementArray..::..Add(Object)

See Also