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

Inheritance: iTextSharp.text.Cell, IRtfExtendedElement
Exibir arquivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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

Method Description
ImportCell ( Cell cell ) : void
ImportCell ( PdfPCell cell ) : void
IntToByteArray ( int i ) : byte[]

Method Details

GetBorders() protected method

protected GetBorders ( ) : RtfBorderGroup
return RtfBorderGroup

GetCellRight() protected method

protected GetCellRight ( ) : int
return int

GetCellWidth() protected method

protected GetCellWidth ( ) : int
return int

GetCellpadding() protected method

protected GetCellpadding ( ) : int
return int

GetRtfBackgroundColor() protected method

protected GetRtfBackgroundColor ( ) : RtfColor
return iTextSharp.text.rtf.style.RtfColor

IsDeleted() public method

public IsDeleted ( ) : bool
return bool

IsInHeader() public method

public IsInHeader ( ) : bool
return bool

RtfCell() public method

public RtfCell ( ) : System
return System

RtfCell() public method

public RtfCell ( IElement element ) : System
element IElement
return System

RtfCell() protected method

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

RtfCell() protected method

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

RtfCell() public method

public RtfCell ( String content ) : System
content String
return System

RtfCell() protected method

protected RtfCell ( bool deleted ) : System
deleted bool
return System

SetBorders() public method

public SetBorders ( RtfBorderGroup borderGroup ) : void
borderGroup RtfBorderGroup
return void

SetCellMergeChild() protected method

protected SetCellMergeChild ( RtfCell mergeParent ) : void
mergeParent RtfCell
return void

SetCellRight() protected method

protected SetCellRight ( int cellRight ) : void
cellRight int
return void

SetCellWidth() protected method

protected SetCellWidth ( int cellWidth ) : void
cellWidth int
return void

SetInHeader() public method

public SetInHeader ( bool inHeader ) : void
inHeader bool
return void

SetInTable() public method

public SetInTable ( bool inTable ) : void
inTable bool
return void

SetRtfDocument() public method

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
return void

WriteContent() public method

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

WriteDefinition() public method

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