How to position and wrap long text?

前端 未结 2 1901
我寻月下人不归
我寻月下人不归 2020-12-13 19:57

The PDF I can produce at the moment:
(source: yart.com.au)

I want the text to fill up the space in the lower left. How can I do that? Thanks!

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 20:14

    For Cocoa Dev, yeah we can set line spacing for the text using PdfPCell's SetLeading property as: PdfPCell.SetLeading(float fixedleading, float multiplied leading);

提交回复
热议问题