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

Syntax

C#
public void SetInTable(
	bool inTable
)
Visual Basic
Public Sub SetInTable ( _
	inTable As Boolean _
)
Visual C++
public:
virtual void SetInTable(
	bool inTable
) sealed

Parameters

inTable
Type: System..::..Boolean

Implements

IRtfBasicElement..::..SetInTable(Boolean)

See Also