Adds a Object to the Paragraph.

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

Syntax

C#
public void AddSpecial(
	Object obj
)
Visual Basic
Public Sub AddSpecial ( _
	obj As Object _
)
Visual C++
public:
void AddSpecial(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
the object to add.

See Also