C# Class iTextSharp.text.SimpleCell

Summary description for SimpleCell.
Inheritance: Rectangle, IPdfPCellEvent, IElement, ITextElementArray
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
useAscender bool
useBorderPadding bool
useDescender bool

Private Properties

Property Type Description

Public Methods

Method Description
Add ( Object o ) : bool
AddElement ( IElement element ) : void
CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
CreateCell ( SimpleCell rowAttributes ) : Cell
CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
SimpleCell ( bool row ) : System

Method Details

Add() public method

public Add ( Object o ) : bool
o Object
return bool

AddElement() public method

public AddElement ( IElement element ) : void
element IElement
return void

CellLayout() public method

public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell
position Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
return void

CreateCell() public method

public CreateCell ( SimpleCell rowAttributes ) : Cell
rowAttributes SimpleCell
return Cell

CreatePdfPCell() public method

public CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
rowAttributes SimpleCell
return iTextSharp.text.pdf.PdfPCell

SimpleCell() public method

public SimpleCell ( bool row ) : System
row bool
return System

Property Details

useAscender protected_oe property

protected bool useAscender
return bool

useBorderPadding protected_oe property

protected bool useBorderPadding
return bool

useDescender protected_oe property

protected bool useDescender
return bool