C# Class iTextSharp.text.pdf.PdfPRow

Inheritance: IAccessibleElement
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство Type Description
mayNotBreak bool

Protected Properties

Свойство Type Description
calculated bool
cells PdfPCell[]
extraHeights float[]
maxHeight float
widths float[]

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
GetEventWidth ( float xPos, float absoluteWidths ) : float[]

Method Details

CalculateHeights() protected méthode

protected CalculateHeights ( ) : void
Résultat void

CopyRowContent() public méthode

public CopyRowContent ( PdfPTable table, int idx ) : void
table PdfPTable
idx int
Résultat void

GetCells() public méthode

public GetCells ( ) : PdfPCell[]
Résultat PdfPCell[]

HasRowspan() public méthode

public HasRowspan ( ) : bool
Résultat bool

InitExtraHeights() protected méthode

protected InitExtraHeights ( ) : void
Résultat void

IsCalculated() public méthode

public IsCalculated ( ) : bool
Résultat bool

PdfPRow() public méthode

public PdfPRow ( PdfPCell cells ) : System
cells PdfPCell
Résultat System

PdfPRow() public méthode

public PdfPRow ( PdfPRow row ) : System
row PdfPRow
Résultat System

RestoreCanvases() protected méthode

protected RestoreCanvases ( PdfContentByte canvases ) : void
canvases PdfContentByte
Résultat void

SaveAndRotateCanvases() protected méthode

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
Résultat void

SetColumn() public static méthode

public static SetColumn ( ColumnText ct, float left, float bottom, float right, float top ) : float
ct ColumnText
left float
bottom float
right float
top float
Résultat float

SetExtraHeight() public méthode

public SetExtraHeight ( int cell, float height ) : void
cell int
height float
Résultat void

SetWidths() public méthode

public SetWidths ( float widths ) : bool
widths float
Résultat bool

SplitRow() public méthode

public SplitRow ( PdfPTable table, int rowIndex, float new_height ) : PdfPRow
table PdfPTable
rowIndex int
new_height float
Résultat PdfPRow

WriteBorderAndBackground() public méthode

public WriteBorderAndBackground ( float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte canvases ) : void
xPos float
yPos float
currentMaxHeight float
cell PdfPCell
canvases PdfContentByte
Résultat void

WriteCells() public méthode

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
Résultat void

Property Details

calculated protected_oe property

protected bool calculated
Résultat bool

cells protected_oe property

protected PdfPCell[] cells
Résultat PdfPCell[]

extraHeights protected_oe property

protected float[] extraHeights
Résultat float[]

maxHeight protected_oe property

protected float maxHeight
Résultat float

mayNotBreak public_oe property

public bool mayNotBreak
Résultat bool

widths protected_oe property

protected float[] widths
Résultat float[]