log.error(e.getMessage(), e);
}
}
org.docx4j.docProps.core.dc.elements.ObjectFactory of = new org.docx4j.docProps.core.dc.elements.ObjectFactory();
SimpleLiteral literal = of.createSimpleLiteral();
literal.getContent().add(title);
this.getDocPropsCorePart().getJaxbElement().setTitle(of.createTitle(literal) );
}