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

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

Méthodes publiques

Méthode Description
IsDeleted ( ) : bool
IsInHeader ( ) : bool
RtfCell ( ) : System
RtfCell ( IElement element ) : System
RtfCell ( String content ) : System
SetBorders ( RtfBorderGroup borderGroup ) : void
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
WriteContent ( Stream result ) : void
WriteDefinition ( Stream result ) : void

Méthodes protégées

Méthode Description
GetBorders ( ) : RtfBorderGroup
GetCellRight ( ) : int
GetCellWidth ( ) : int
GetCellpadding ( ) : int
GetRtfBackgroundColor ( ) : RtfColor
RtfCell ( RtfDocument doc, RtfRow row, Cell cell ) : System
RtfCell ( RtfDocument doc, RtfRow row, PdfPCell cell ) : System
RtfCell ( bool deleted ) : System
SetCellMergeChild ( RtfCell mergeParent ) : void
SetCellRight ( int cellRight ) : void
SetCellWidth ( int cellWidth ) : void

Private Methods

Méthode Description
ImportCell ( Cell cell ) : void
ImportCell ( PdfPCell cell ) : void
IntToByteArray ( int i ) : byte[]

Method Details

GetBorders() protected méthode

protected GetBorders ( ) : RtfBorderGroup
Résultat RtfBorderGroup

GetCellRight() protected méthode

protected GetCellRight ( ) : int
Résultat int

GetCellWidth() protected méthode

protected GetCellWidth ( ) : int
Résultat int

GetCellpadding() protected méthode

protected GetCellpadding ( ) : int
Résultat int

GetRtfBackgroundColor() protected méthode

protected GetRtfBackgroundColor ( ) : RtfColor
Résultat iTextSharp.text.rtf.style.RtfColor

IsDeleted() public méthode

public IsDeleted ( ) : bool
Résultat bool

IsInHeader() public méthode

public IsInHeader ( ) : bool
Résultat bool

RtfCell() public méthode

public RtfCell ( ) : System
Résultat System

RtfCell() public méthode

public RtfCell ( IElement element ) : System
element IElement
Résultat System

RtfCell() protected méthode

protected RtfCell ( RtfDocument doc, RtfRow row, Cell cell ) : System
doc iTextSharp.text.rtf.document.RtfDocument
row RtfRow
cell iTextSharp.text.Cell
Résultat System

RtfCell() protected méthode

protected RtfCell ( RtfDocument doc, RtfRow row, PdfPCell cell ) : System
doc iTextSharp.text.rtf.document.RtfDocument
row RtfRow
cell iTextSharp.text.pdf.PdfPCell
Résultat System

RtfCell() public méthode

public RtfCell ( String content ) : System
content String
Résultat System

RtfCell() protected méthode

protected RtfCell ( bool deleted ) : System
deleted bool
Résultat System

SetBorders() public méthode

public SetBorders ( RtfBorderGroup borderGroup ) : void
borderGroup RtfBorderGroup
Résultat void

SetCellMergeChild() protected méthode

protected SetCellMergeChild ( RtfCell mergeParent ) : void
mergeParent RtfCell
Résultat void

SetCellRight() protected méthode

protected SetCellRight ( int cellRight ) : void
cellRight int
Résultat void

SetCellWidth() protected méthode

protected SetCellWidth ( int cellWidth ) : void
cellWidth int
Résultat void

SetInHeader() public méthode

public SetInHeader ( bool inHeader ) : void
inHeader bool
Résultat void

SetInTable() public méthode

public SetInTable ( bool inTable ) : void
inTable bool
Résultat void

SetRtfDocument() public méthode

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
Résultat void

WriteContent() public méthode

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

WriteDefinition() public méthode

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