public P paraWithFormattedText(String contents) { String openXML = "" + "" + "" + "" + "" +"" +"" + "" + "" + "" +"" + "" + contents + "" +"" +""; return (P)XmlUtils.unmarshalString(openXML); }