The markup for a multi-line spreadsheet cell (created in LibreOffice 4.2.4.2) looks like
<table:table-cell ...> <text:p>First line</text:p> <text:p>Second line</text:p> </table:table-cell> I can create this markup with jOpenDocument (1.3), but only by accessing the MutableCell's Element and using addContent() to attach new sub-Elements for the second and subsequent lines. Is there a "higher-level" method for doing this? Something more "user-friendly?" Thanks for any suggestions. -- --- You received this message because you are subscribed to the Google Groups "jOpenDocument" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
