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

상속: IAccessibleElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mayNotBreak bool

보호된 프로퍼티들

프로퍼티 타입 설명
calculated bool
cells PdfPCell[]
extraHeights float[]
maxHeight float
widths float[]

공개 메소드들

메소드 설명
CopyRowContent ( PdfPTable table, int idx ) : void
GetCells ( ) : PdfPCell[]
HasRowspan ( ) : bool
IsCalculated ( ) : bool
PdfPRow ( PdfPCell cells ) : System
PdfPRow ( PdfPRow row ) : System
SetColumn ( ColumnText ct, float left, float bottom, float right, float top ) : float
SetExtraHeight ( int cell, float height ) : void
SetWidths ( float widths ) : bool
SplitRow ( PdfPTable table, int rowIndex, float new_height ) : PdfPRow
WriteBorderAndBackground ( float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte canvases ) : void
WriteCells ( int colStart, int colEnd, float xPos, float yPos, PdfContentByte canvases, bool reusable ) : void

보호된 메소드들

메소드 설명
CalculateHeights ( ) : void
InitExtraHeights ( ) : void
RestoreCanvases ( PdfContentByte canvases ) : void
SaveAndRotateCanvases ( PdfContentByte canvases, float a, float b, float c, float d, float e, float f ) : void

비공개 메소드들

메소드 설명
GetEventWidth ( float xPos, float absoluteWidths ) : float[]

메소드 상세

CalculateHeights() 보호된 메소드

protected CalculateHeights ( ) : void
리턴 void

CopyRowContent() 공개 메소드

public CopyRowContent ( PdfPTable table, int idx ) : void
table PdfPTable
idx int
리턴 void

GetCells() 공개 메소드

public GetCells ( ) : PdfPCell[]
리턴 PdfPCell[]

HasRowspan() 공개 메소드

public HasRowspan ( ) : bool
리턴 bool

InitExtraHeights() 보호된 메소드

protected InitExtraHeights ( ) : void
리턴 void

IsCalculated() 공개 메소드

public IsCalculated ( ) : bool
리턴 bool

PdfPRow() 공개 메소드

public PdfPRow ( PdfPCell cells ) : System
cells PdfPCell
리턴 System

PdfPRow() 공개 메소드

public PdfPRow ( PdfPRow row ) : System
row PdfPRow
리턴 System

RestoreCanvases() 보호된 메소드

protected RestoreCanvases ( PdfContentByte canvases ) : void
canvases PdfContentByte
리턴 void

SaveAndRotateCanvases() 보호된 메소드

protected SaveAndRotateCanvases ( PdfContentByte canvases, float a, float b, float c, float d, float e, float f ) : void
canvases PdfContentByte
a float
b float
c float
d float
e float
f float
리턴 void

SetColumn() 공개 정적인 메소드

public static SetColumn ( ColumnText ct, float left, float bottom, float right, float top ) : float
ct ColumnText
left float
bottom float
right float
top float
리턴 float

SetExtraHeight() 공개 메소드

public SetExtraHeight ( int cell, float height ) : void
cell int
height float
리턴 void

SetWidths() 공개 메소드

public SetWidths ( float widths ) : bool
widths float
리턴 bool

SplitRow() 공개 메소드

public SplitRow ( PdfPTable table, int rowIndex, float new_height ) : PdfPRow
table PdfPTable
rowIndex int
new_height float
리턴 PdfPRow

WriteBorderAndBackground() 공개 메소드

public WriteBorderAndBackground ( float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte canvases ) : void
xPos float
yPos float
currentMaxHeight float
cell PdfPCell
canvases PdfContentByte
리턴 void

WriteCells() 공개 메소드

public WriteCells ( int colStart, int colEnd, float xPos, float yPos, PdfContentByte canvases, bool reusable ) : void
colStart int
colEnd int
xPos float
yPos float
canvases PdfContentByte
reusable bool
리턴 void

프로퍼티 상세

calculated 보호되어 있는 프로퍼티

protected bool calculated
리턴 bool

cells 보호되어 있는 프로퍼티

protected PdfPCell[] cells
리턴 PdfPCell[]

extraHeights 보호되어 있는 프로퍼티

protected float[] extraHeights
리턴 float[]

maxHeight 보호되어 있는 프로퍼티

protected float maxHeight
리턴 float

mayNotBreak 공개적으로 프로퍼티

public bool mayNotBreak
리턴 bool

widths 보호되어 있는 프로퍼티

protected float[] widths
리턴 float[]