Is there a way to format the description field in order to have new lines and 
bold text?

As in 

 String filesource;

 filesource = "SOME TEXT \n SOME OTHER TEXT \n";

....
 doc.setProperty("dublincore", "source", filesource);

....


So when it displays on the info page for the file it looks like

SOME TEXT
SOME OTHER TEXT

instead of 

SOME TEXT\nSOME OTHER TEXT\n
--
Posted by "edowning" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2315#6222>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to