Re: [jopendocument] src/org/jopendocument/examples/SimpleOdt2.java

2013-08-01 Thread Sylvain Cuaz
Le 24/07/2013 09:50, Gmail a écrit : Hi, ok fine, This code does not work anymore : ODPackage outputDocument = new ODPackage(new File(styles.odt)); contentDom = outputDocument.toSingle(); final Paragraph paragraph = new Paragraph(); contentDom.add(paragraph); What is the correct way to do it

Re: [jopendocument] Conditional text

2013-08-01 Thread Sylvain Cuaz
Le 31/07/2013 10:09, Jenthe Marien a écrit : Hi I'm developing my first project using jOpenDocument. Is there some way to put Conditional Text in my OpenOffice template as I would do using the OpenOffice api? Hi, Install the addon and see