Example usage for com.itextpdf.text.pdf PdfPTable endWritingRows

List of usage examples for com.itextpdf.text.pdf PdfPTable endWritingRows

Introduction

In this page you can find the example usage for com.itextpdf.text.pdf PdfPTable endWritingRows.

Prototype

public static void endWritingRows(final PdfContentByte[] canvases) 

Source Link

Document

Finishes writing the table.

Usage

From source file:com.chaschev.itext.TableBuilder.java

License:Apache License

public static void endWritingRows(PdfContentByte[] canvases) {
    PdfPTable.endWritingRows(canvases);
}