C# Class iTextSharp.text.pdf.PdfCell

Inheritance: iTextSharp.text.Rectangle
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Свойство Type Description
AddImage float
AddLine void
AddList void
FlushCurrentLine void
GetBorderWidthInside float
MayBeRemoved bool
RemainingLinesHeight float
RemoveLine PdfLine
SetHeader void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ProcessActions ( IElement element, PdfAction action, ArrayList allActions ) : void

Private Methods

Méthode 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 méthode

public GetImages ( float top, float bottom ) : ArrayList
top float
bottom float
Résultat System.Collections.ArrayList

GetLines() public méthode

public GetLines ( float top, float bottom ) : ArrayList
top float
bottom float
Résultat System.Collections.ArrayList

PdfCell() public méthode

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
Résultat System

ProcessActions() protected méthode

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

Rectangle() public méthode

public Rectangle ( float top, float bottom ) : Rectangle
top float
bottom float
Résultat iTextSharp.text.Rectangle