Hrvoje Štimac
Results
3
issues of
Hrvoje Štimac
As title say, when rotated text has default alignment (left,top) `Paragraph` class doesn't make `tokenizer` methode which means 0 tokens --> empty cell. Test case ```java public void SampleTest11() throws...
bug
Unfortunately when cell has big content (bigger height than next page size), cell isn't properly formated through multiple pages. Example [cellWithBigContent.pdf](https://github.com/dhorions/boxable/files/202472/cellWithBigContent.pdf) ``` java [...] Cell cell6 = row2.createCell((100 / 3f),...
bug