Hello, examining the code of a document through the docx4j web app thingy, I wanted to figure out how to add lists to my documents so I uploaded to the tool and took out the necessary code, but when I use it in my program it changes the once bulleted list into a numbered list. This is the string I am using for a list:
String observation1 = "<w:p xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\">"
+ "<w:pPr>"
+ "<w:pStyle ...