C# Класс iTextSharp.text.pdf.PdfCell

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

Private Properties

Свойство Тип Описание
AddImage float
AddLine void
AddList void
FlushCurrentLine void
GetBorderWidthInside float
MayBeRemoved bool
RemainingLinesHeight float
RemoveLine PdfLine
SetHeader void

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

Метод Описание
GetImages ( float top, float bottom ) : ArrayList
GetLines ( float top, float bottom ) : ArrayList
PdfCell ( Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding ) : System
Rectangle ( float top, float bottom ) : Rectangle

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

Метод Описание
ProcessActions ( IElement element, PdfAction action, ArrayList allActions ) : void

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

Метод Описание
AddImage ( Image i, float left, float right, float extraHeight, int alignment ) : float
AddLine ( PdfLine line ) : void
AddList ( List list, float left, float right, int alignment ) : void
FlushCurrentLine ( ) : void
GetBorderWidthInside ( int side ) : float
MayBeRemoved ( ) : bool
RemainingLinesHeight ( ) : float
RemoveLine ( int index ) : PdfLine
SetHeader ( ) : void

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

GetImages() публичный метод

public GetImages ( float top, float bottom ) : ArrayList
top float
bottom float
Результат System.Collections.ArrayList

GetLines() публичный метод

public GetLines ( float top, float bottom ) : ArrayList
top float
bottom float
Результат System.Collections.ArrayList

PdfCell() публичный метод

public PdfCell ( Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding ) : System
cell iTextSharp.text.Cell
rownumber int
left float
right float
top float
cellspacing float
cellpadding float
Результат System

ProcessActions() защищенный метод

protected ProcessActions ( IElement element, PdfAction action, ArrayList allActions ) : void
element IElement
action PdfAction
allActions System.Collections.ArrayList
Результат void

Rectangle() публичный метод

public Rectangle ( float top, float bottom ) : Rectangle
top float
bottom float
Результат iTextSharp.text.Rectangle