Adds a Paragraph, List or Table to this Section.

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

Syntax

C#
public void Add(
	int index,
	Object o
)
Visual Basic
Public Sub Add ( _
	index As Integer, _
	o As Object _
)
Visual C++
public:
void Add(
	int index, 
	Object^ o
)

Parameters

index
Type: System..::..Int32
index at which the specified element is to be inserted
o
Type: System..::..Object
an object of type Paragraph, List or Table

See Also