For example, I want to make some part of text bold styled:
This text contains bold part.
Calling pagesSet.addElement(new PLText(lorem, italicFont12)); will add string with specified font. New call of pagesSet.addElement wall add new string.
PLText don't support markups. Also there is not element what containing list of PLText.
Is it possible to solve this problem with current functional?