boxable icon indicating copy to clipboard operation
boxable copied to clipboard

No possibility to change default font size used by TableCell.createInnerTable

Open funghi123 opened this issue 7 years ago • 3 comments

funghi123 avatar Jun 05 '18 08:06 funghi123

It is not possible to:

  • change default font size
  • disable borders

funghi123 avatar Jun 05 '18 09:06 funghi123

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

Frulenzo avatar Jun 08 '18 07:06 Frulenzo

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);

funghi123 avatar Jun 15 '18 14:06 funghi123