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

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

Syntax

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

Parameters

o
Type: System..::..Object
an object of type Chunk, Anchor or Phrase

Return Value

a bool

Implements

ITextElementArray..::..Add(Object)

See Also