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

Inheritance: iTextSharp.text.rtf.RtfElement
Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
WriteContent ( Stream result ) : void

Protected Methods

Method 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

Method Description
ImportRow ( PdfPRow row ) : void
ImportRow ( Row row ) : void
WriteRowDefinition ( Stream result ) : void

Method Details

CleanRow() protected method

protected CleanRow ( ) : void
return void

GetCells() protected method

protected GetCells ( ) : ArrayList
return System.Collections.ArrayList

GetParentTable() protected method

protected GetParentTable ( ) : RtfTable
return RtfTable

HandleCellSpanning() protected method

protected HandleCellSpanning ( ) : void
return void

RtfRow() protected method

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

RtfRow() protected method

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
return System

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void