Initializes a new instance of the RtfCell class

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

Syntax

C#
protected internal RtfCell(
	RtfDocument doc,
	RtfRow row,
	PdfPCell cell
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	row As RtfRow, _
	cell As PdfPCell _
)
Visual C++
protected public:
RtfCell(
	RtfDocument^ doc, 
	RtfRow^ row, 
	PdfPCell^ cell
)

See Also