Packageorg.purepdf.pdf.interfaces
Interfacepublic interface IPdfPTableEvent
Implementors PdfPTableEventForwarder, SimpleTable



Public Methods
 MethodDefined By
  
tableLayout(table:PdfPTable, widths:Vector.<Vector.<Number>>, heights:Vector.<Number>, headerRows:int, rowStart:int, canvases:Vector.<PdfContentByte>):void
IPdfPTableEvent
Method Detail
tableLayout()method
public function tableLayout(table:PdfPTable, widths:Vector.<Vector.<Number>>, heights:Vector.<Number>, headerRows:int, rowStart:int, canvases:Vector.<PdfContentByte>):void

Parameters

table:PdfPTable
 
widths:Vector.<Vector.<Number>>
 
heights:Vector.<Number>
 
headerRows:int
 
rowStart:int
 
canvases:Vector.<PdfContentByte>