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#
public RtfCell(
	IElement element
)
Visual Basic
Public Sub New ( _
	element As IElement _
)
Visual C++
public:
RtfCell(
	IElement^ element
)

Parameters

element
Type: iTextSharp.text..::..IElement

See Also