Hello,
I’m struggling to perform a simple task: creating a paragraph using libreoffice java sdk.
I have a big document with a special tag in it and I need to put a complex structure in place of this tag.
I already managed to replace the tag with some text using insertString method.
Now I need to put format this text with different style.
I managed to create a style and apply it to the whole textRange which is the tag.
Now I’m clueless as how I can create several paragraph of text with a different styling for each paragraph.
Regards,