vandeseer / easytable

Small table drawing library built upon Apache PDFBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

borderWidth is not working for table builder

stanleyfl88 opened this issue · comments

borderWidth is not working for table builder.

Table myTable = Table.builder().addColumnsOfWidth(100, 100).borderWidth(1f) --> not working

Yep, you are right. Thanks for reporting.

It's simply not implemented yet but exposed already in the builder. I will fix this as soon as I find time for it. In the meantime you can just workaround by setting it accordingly on every cell.

Fixed in version 0.7.0