com.itextpdf.tool.xml.html.table
Class CellSpacingEvent

java.lang.Object
  extended by com.itextpdf.tool.xml.html.table.CellSpacingEvent
All Implemented Interfaces:
PdfPCellEvent

public class CellSpacingEvent
extends Object
implements PdfPCellEvent

Author:
Emiel Ackermann

Constructor Summary
CellSpacingEvent(TableStyleValues styleValues)
          Construct a new CellSpacingEvent with the given TableStyleValues
 
Method Summary
 void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellSpacingEvent

public CellSpacingEvent(TableStyleValues styleValues)
Construct a new CellSpacingEvent with the given TableStyleValues

Parameters:
styleValues - the TableStyleValues
Method Detail

cellLayout

public void cellLayout(PdfPCell cell,
                       Rectangle position,
                       PdfContentByte[] canvases)
Specified by:
cellLayout in interface PdfPCellEvent
See Also:
PdfPCellEvent.cellLayout(com.itextpdf.text.pdf.PdfPCell, com.itextpdf.text.Rectangle, com.itextpdf.text.pdf.PdfContentByte[])


Copyright © 2012. All Rights Reserved.