List of usage examples for com.itextpdf.text.pdf PdfPTable beginWritingRows
public static PdfContentByte[] beginWritingRows(final PdfContentByte canvas)
From source file:com.chaschev.itext.TableBuilder.java
License:Apache License
public static PdfContentByte[] beginWritingRows(PdfContentByte canvas) { return PdfPTable.beginWritingRows(canvas); }