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

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
RtfTable ( RtfDocument doc, PdfPTable table ) : System
RtfTable ( RtfDocument doc, Table table ) : System
WriteContent ( Stream result ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ImportTable ( PdfPTable table ) : void
ImportTable ( Table table ) : void

Method Details

GetAlignment() protected méthode

protected GetAlignment ( ) : int
Résultat int

GetBorders() protected méthode

protected GetBorders ( ) : RtfBorderGroup
Résultat RtfBorderGroup

GetCellPadding() protected méthode

protected GetCellPadding ( ) : float
Résultat float

GetCellSpacing() protected méthode

protected GetCellSpacing ( ) : float
Résultat float

GetCellsFitToPage() protected méthode

protected GetCellsFitToPage ( ) : bool
Résultat bool

GetHeaderRows() protected méthode

protected GetHeaderRows ( ) : int
Résultat int

GetProportionalWidths() protected méthode

protected GetProportionalWidths ( ) : float[]
Résultat float[]

GetRows() protected méthode

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

GetTableFitToPage() protected méthode

protected GetTableFitToPage ( ) : bool
Résultat bool

GetTableWidthPercent() protected méthode

protected GetTableWidthPercent ( ) : float
Résultat float

RtfTable() public méthode

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

RtfTable() public méthode

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

WriteContent() public méthode

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