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

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

Public Methods

Method Description
RtfTable ( RtfDocument doc, PdfPTable table ) : System
RtfTable ( RtfDocument doc, Table table ) : System
WriteContent ( Stream result ) : void

Protected Methods

Method Description
GetAlignment ( ) : int
GetBorders ( ) : RtfBorderGroup
GetCellPadding ( ) : float
GetCellSpacing ( ) : float
GetCellsFitToPage ( ) : bool
GetHeaderRows ( ) : int
GetProportionalWidths ( ) : float[]
GetRows ( ) : ArrayList
GetTableFitToPage ( ) : bool
GetTableWidthPercent ( ) : float

Private Methods

Method Description
ImportTable ( PdfPTable table ) : void
ImportTable ( Table table ) : void

Method Details

GetAlignment() protected method

protected GetAlignment ( ) : int
return int

GetBorders() protected method

protected GetBorders ( ) : RtfBorderGroup
return RtfBorderGroup

GetCellPadding() protected method

protected GetCellPadding ( ) : float
return float

GetCellSpacing() protected method

protected GetCellSpacing ( ) : float
return float

GetCellsFitToPage() protected method

protected GetCellsFitToPage ( ) : bool
return bool

GetHeaderRows() protected method

protected GetHeaderRows ( ) : int
return int

GetProportionalWidths() protected method

protected GetProportionalWidths ( ) : float[]
return float[]

GetRows() protected method

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

GetTableFitToPage() protected method

protected GetTableFitToPage ( ) : bool
return bool

GetTableWidthPercent() protected method

protected GetTableWidthPercent ( ) : float
return float

RtfTable() public method

public RtfTable ( RtfDocument doc, PdfPTable table ) : System
doc iTextSharp.text.rtf.document.RtfDocument
table iTextSharp.text.pdf.PdfPTable
return System

RtfTable() public method

public RtfTable ( RtfDocument doc, Table table ) : System
doc iTextSharp.text.rtf.document.RtfDocument
table iTextSharp.text.Table
return System

WriteContent() public method

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