wordMLPackage.getMainDocumentPart().addParagraphOfText("some text").getContent().add(h);
System.out.println(XmlUtils.marshaltoString(p, true));
SaveToZipFile saver = new SaveToZipFile(wordMLPackage);
saver.save(outputfilepath);
System.out.println("Done.");
}
/**
* Surround the specified r in the specified p