com.itextpdf.tool.xml.html.table
Class CellSpacingEvent
java.lang.Object
com.itextpdf.tool.xml.html.table.CellSpacingEvent
- All Implemented Interfaces:
- PdfPCellEvent
public class CellSpacingEvent
- extends Object
- implements PdfPCellEvent
- Author:
- Emiel Ackermann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellSpacingEvent
public CellSpacingEvent(TableStyleValues styleValues)
- Construct a new CellSpacingEvent with the given TableStyleValues
- Parameters:
styleValues
- the TableStyleValues
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.