C# Class iTextSharp.text.rtf.table.RtfRow

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

Méthodes publiques

Méthode Description
WriteContent ( Stream result ) : void

Méthodes protégées

Méthode Description
CleanRow ( ) : void
GetCells ( ) : ArrayList
GetParentTable ( ) : RtfTable
HandleCellSpanning ( ) : void
RtfRow ( RtfDocument doc, RtfTable rtfTable, PdfPRow row, int rowNumber ) : System
RtfRow ( RtfDocument doc, RtfTable rtfTable, Row row, int rowNumber ) : System

Private Methods

Méthode Description
ImportRow ( PdfPRow row ) : void
ImportRow ( Row row ) : void
WriteRowDefinition ( Stream result ) : void

Method Details

CleanRow() protected méthode

protected CleanRow ( ) : void
Résultat void

GetCells() protected méthode

protected GetCells ( ) : ArrayList
Résultat System.Collections.ArrayList

GetParentTable() protected méthode

protected GetParentTable ( ) : RtfTable
Résultat RtfTable

HandleCellSpanning() protected méthode

protected HandleCellSpanning ( ) : void
Résultat void

RtfRow() protected méthode

protected RtfRow ( RtfDocument doc, RtfTable rtfTable, PdfPRow row, int rowNumber ) : System
doc iTextSharp.text.rtf.document.RtfDocument
rtfTable RtfTable
row PdfPRow
rowNumber int
Résultat System

RtfRow() protected méthode

protected RtfRow ( RtfDocument doc, RtfTable rtfTable, Row row, int rowNumber ) : System
doc iTextSharp.text.rtf.document.RtfDocument
rtfTable RtfTable
row iTextSharp.text.Row
rowNumber int
Résultat System

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void