vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
246 stars 94 forks source link

borderWidth is not working for table builder #89

Closed stanleyfl88 closed 4 years ago

stanleyfl88 commented 4 years ago

borderWidth is not working for table builder.

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

vandeseer commented 4 years ago

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.

vandeseer commented 4 years ago

Fixed in version 0.7.0