C# Class iTextSharp.text.pdf.PdfPRow

Inheritance: IAccessibleElement
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
mayNotBreak bool

Protected Properties

Property Type Description
calculated bool
cells PdfPCell[]
extraHeights float[]
maxHeight float
widths float[]

Public Methods

Method Description
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

Protected Methods

Method Description
CalculateHeights ( ) : void
InitExtraHeights ( ) : void
RestoreCanvases ( PdfContentByte canvases ) : void
SaveAndRotateCanvases ( PdfContentByte canvases, float a, float b, float c, float d, float e, float f ) : void

Private Methods

Method Description
GetEventWidth ( float xPos, float absoluteWidths ) : float[]

Method Details

CalculateHeights() protected method

protected CalculateHeights ( ) : void
return void

CopyRowContent() public method

public CopyRowContent ( PdfPTable table, int idx ) : void
table PdfPTable
idx int
return void

GetCells() public method

public GetCells ( ) : PdfPCell[]
return PdfPCell[]

HasRowspan() public method

public HasRowspan ( ) : bool
return bool

InitExtraHeights() protected method

protected InitExtraHeights ( ) : void
return void

IsCalculated() public method

public IsCalculated ( ) : bool
return bool

PdfPRow() public method

public PdfPRow ( PdfPCell cells ) : System
cells PdfPCell
return System

PdfPRow() public method

public PdfPRow ( PdfPRow row ) : System
row PdfPRow
return System

RestoreCanvases() protected method

protected RestoreCanvases ( PdfContentByte canvases ) : void
canvases PdfContentByte
return void

SaveAndRotateCanvases() protected method

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
return void

SetColumn() public static method

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

SetExtraHeight() public method

public SetExtraHeight ( int cell, float height ) : void
cell int
height float
return void

SetWidths() public method

public SetWidths ( float widths ) : bool
widths float
return bool

SplitRow() public method

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

WriteBorderAndBackground() public method

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

WriteCells() public method

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
return void

Property Details

calculated protected_oe property

protected bool calculated
return bool

cells protected_oe property

protected PdfPCell[] cells
return PdfPCell[]

extraHeights protected_oe property

protected float[] extraHeights
return float[]

maxHeight protected_oe property

protected float maxHeight
return float

mayNotBreak public_oe property

public bool mayNotBreak
return bool

widths protected_oe property

protected float[] widths
return float[]