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

Syntax

C#
public class RtfCell : Cell, IRtfExtendedElement, 
	IRtfBasicElement, IRtfElementInterface
Visual Basic
Public Class RtfCell _
	Inherits Cell _
	Implements IRtfExtendedElement, IRtfBasicElement, IRtfElementInterface
Visual C++
public ref class RtfCell : public Cell, 
	IRtfExtendedElement, IRtfBasicElement, IRtfElementInterface

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Element
    iTextSharp.text..::..Rectangle
      iTextSharp.text..::..Cell
        iTextSharp.text.rtf.table..::..RtfCell

See Also