boxable
boxable copied to clipboard
No possibility to change default font size used by TableCell.createInnerTable
It is not possible to:
- change default font size
- disable borders
You are right with default font size. I will label this issue as feature but what do you mean by disable borders? You have method removeAllBorders(boolean removeAllBorders) in Table class
Thank you for response. Concerning borders - "inner table" created by TableCell in createInnerTable method is always created with borders:
BaseTable table = new BaseTable(yStart, PDRectangle.A4.getHeight() - pageTopMargin, pageTopMargin,
pageBottomMargin, tableWidth, xStart, doc, currentPage, true, true);