Adds a Chunk, an Anchor or another Phrase to this Phrase.

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

Syntax

C#
public virtual void Add(
	int index,
	Object o
)
Visual Basic
Public Overridable Sub Add ( _
	index As Integer, _
	o As Object _
)
Visual C++
public:
virtual 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 Chunk, Anchor, or Phrase

See Also