Interface UpdateCellProperty


public interface UpdateCellProperty
Allows changing the cell properties, while the CSV documents is written directly into the PDF tables
Author:
Christoph Schemmelmann <CSchemmy@gmx.de>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateCellPropertiesAtColumn(Cell<org.apache.pdfbox.pdmodel.PDPage> cell, int column, int row)
     
  • Method Details

    • updateCellPropertiesAtColumn

      void updateCellPropertiesAtColumn(Cell<org.apache.pdfbox.pdmodel.PDPage> cell, int column, int row)