C# 클래스 iTextSharp.text.pdf.PdfCell

상속: iTextSharp.text.Rectangle
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

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