C# Class iTextSharp.text.pdf.PdfCell

Inheritance: iTextSharp.text.Rectangle
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Property Type Description
AddImage float
AddLine void
AddList void
FlushCurrentLine void
GetBorderWidthInside float
MayBeRemoved bool
RemainingLinesHeight float
RemoveLine PdfLine
SetHeader void

Public Methods

Method Description
GetImages ( float top, float bottom ) : ArrayList
GetLines ( float top, float bottom ) : ArrayList
PdfCell ( Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding ) : System
Rectangle ( float top, float bottom ) : Rectangle

Protected Methods

Method Description
ProcessActions ( IElement element, PdfAction action, ArrayList allActions ) : void

Private Methods

Method Description
AddImage ( Image i, float left, float right, float extraHeight, int alignment ) : float
AddLine ( PdfLine line ) : void
AddList ( List list, float left, float right, int alignment ) : void
FlushCurrentLine ( ) : void
GetBorderWidthInside ( int side ) : float
MayBeRemoved ( ) : bool
RemainingLinesHeight ( ) : float
RemoveLine ( int index ) : PdfLine
SetHeader ( ) : void

Method Details

GetImages() public method

public GetImages ( float top, float bottom ) : ArrayList
top float
bottom float
return System.Collections.ArrayList

GetLines() public method

public GetLines ( float top, float bottom ) : ArrayList
top float
bottom float
return System.Collections.ArrayList

PdfCell() public method

public PdfCell ( Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding ) : System
cell iTextSharp.text.Cell
rownumber int
left float
right float
top float
cellspacing float
cellpadding float
return System

ProcessActions() protected method

protected ProcessActions ( IElement element, PdfAction action, ArrayList allActions ) : void
element IElement
action PdfAction
allActions System.Collections.ArrayList
return void

Rectangle() public method

public Rectangle ( float top, float bottom ) : Rectangle
top float
bottom float
return iTextSharp.text.Rectangle