How can I use predefined formats in DOCX with POI?
- by furtelwart
I'm creating a docx generator with POI and would like to use predefined formats.
Word includes several formats like Title, Heading 1..10 etc. These formats are predefined in every DOCX you create with Word.
I would like to use them in my docx generator. I tried the following but the format was not applied:
paragraph = document.createParagraph();…