C# Класс iTextSharp.text.rtf.table.RtfCell

Наследование: iTextSharp.text.Cell, IRtfExtendedElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
ImportCell ( Cell cell ) : void
ImportCell ( PdfPCell cell ) : void
IntToByteArray ( int i ) : byte[]

Описание методов

GetBorders() защищенный Метод

protected GetBorders ( ) : RtfBorderGroup
Результат RtfBorderGroup

GetCellRight() защищенный Метод

protected GetCellRight ( ) : int
Результат int

GetCellWidth() защищенный Метод

protected GetCellWidth ( ) : int
Результат int

GetCellpadding() защищенный Метод

protected GetCellpadding ( ) : int
Результат int

GetRtfBackgroundColor() защищенный Метод

protected GetRtfBackgroundColor ( ) : RtfColor
Результат iTextSharp.text.rtf.style.RtfColor

IsDeleted() публичный Метод

public IsDeleted ( ) : bool
Результат bool

IsInHeader() публичный Метод

public IsInHeader ( ) : bool
Результат bool

RtfCell() публичный Метод

public RtfCell ( ) : System
Результат System

RtfCell() публичный Метод

public RtfCell ( IElement element ) : System
element IElement
Результат System

RtfCell() защищенный Метод

protected RtfCell ( RtfDocument doc, RtfRow row, Cell cell ) : System
doc iTextSharp.text.rtf.document.RtfDocument
row RtfRow
cell iTextSharp.text.Cell
Результат System

RtfCell() защищенный Метод

protected RtfCell ( RtfDocument doc, RtfRow row, PdfPCell cell ) : System
doc iTextSharp.text.rtf.document.RtfDocument
row RtfRow
cell iTextSharp.text.pdf.PdfPCell
Результат System

RtfCell() публичный Метод

public RtfCell ( String content ) : System
content String
Результат System

RtfCell() защищенный Метод

protected RtfCell ( bool deleted ) : System
deleted bool
Результат System

SetBorders() публичный Метод

public SetBorders ( RtfBorderGroup borderGroup ) : void
borderGroup RtfBorderGroup
Результат void

SetCellMergeChild() защищенный Метод

protected SetCellMergeChild ( RtfCell mergeParent ) : void
mergeParent RtfCell
Результат void

SetCellRight() защищенный Метод

protected SetCellRight ( int cellRight ) : void
cellRight int
Результат void

SetCellWidth() защищенный Метод

protected SetCellWidth ( int cellWidth ) : void
cellWidth int
Результат void

SetInHeader() публичный Метод

public SetInHeader ( bool inHeader ) : void
inHeader bool
Результат void

SetInTable() публичный Метод

public SetInTable ( bool inTable ) : void
inTable bool
Результат void

SetRtfDocument() публичный Метод

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
Результат void

WriteContent() публичный Метод

public WriteContent ( Stream result ) : void
result Stream
Результат void

WriteDefinition() публичный Метод

public WriteDefinition ( Stream result ) : void
result Stream
Результат void