Summary description for SimpleCell.

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

Syntax

C#
public class SimpleCell : Rectangle, IPdfPCellEvent, 
	ITextElementArray, IElement
Visual Basic
Public Class SimpleCell _
	Inherits Rectangle _
	Implements IPdfPCellEvent, ITextElementArray, IElement
Visual C++
public ref class SimpleCell : public Rectangle, 
	IPdfPCellEvent, ITextElementArray, IElement

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Element
    iTextSharp.text..::..Rectangle
      iTextSharp.text..::..SimpleCell

See Also