List of usage examples for com.itextpdf.text.pdf PdfPTableEvent interface-usage
From source file com.vectorprint.report.itext.style.stylers.Advanced.java
/**
* An advanced styler is a styler that is meant to draw directly on the canvas as opposed to regular stylers that only
* configure elements later to be added to the document. By adding an Advanced styler to the chain of stylers it is
* able to draw based on information about the element styled, the data it contains
* (only for {@link Chunk} and {@link TextElementArray}) and the document.
*
From source file com.vectorprint.report.itext.style.ZebraStripes.java
public class ZebraStripes implements PdfPTableEvent, LayerManagerAware { private int endRowsToSkip = 0; private int realNumberOfRows = 0; private int rowsDealtWith = 0; private Color rowBackgroundColor = null;