vandeseer / easytable

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

Support dotted border style #94

Closed VakhoQ closed 4 years ago

VakhoQ commented 4 years ago

Hi,

Pull request to support dotted border style.

Right now it's simple configuration:

setLineDashPattern (new float[]{1}, 1);

Result: 1 on, 1 off, 1 on, 1 off, …