- Code: Select all
String observation1 = "<w:p xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\">"
+ "<w:pPr>"
+ "<w:pStyle w:val=\"ListParagraph\"/>"
+ "<w:numPr>"
+ "<w:ilvl w:val=\"0\"/>"
+ "<w:numId w:val=\"1\"/>"
+"</w:numPr>"
+"</w:pPr>"
+ "<w:r>"
+ "<w:t>bulletOne</w:t>"
+"</w:r>"
+"</w:p>";
Which was given to me by the web app for docx4j. Any help here is appreciated