pdf generation - Have a table border , but no cell borders -
I want to present those tables whose border is outside of them, but nobody is inside.
I know that I can use the PDFPCell.setborder
to disable the boundaries of all the cells inside the table, but I also want the limit outside the entire table Is there any way to do this in iText? I do not see such a method in the API.
It may be possible to add in directContent, but when the table against pages increases, then it can cause problems.
As a cell, this table can be obtained by adding a single cell to a new table is.
Comments
Post a Comment