Hello
is it possible to use an .odt file with checkbox as a template with 
jopendocument ?
Because when I create an odt file with a checkbox, and I do : 
// Load 2 text documents
 File f1 = new File(resourceURL.getFile());
 ODSingleXMLDocument p1 = ODSingleXMLDocument.createFromPackage(f1);

 File f2 = new File(resourceURL.getFile());
 ODSingleXMLDocument p2 = ODSingleXMLDocument.createFromPackage(f2);

 // Concatenate them
 p1.add(p2);

  // Save to file and Open the document with OpenOffice.org !
    OOUtils.open(p1.saveToPackageAs(new File("cat")));

the result file as two pages and two radio buttons, but they are not 
independant,
when a check the forst, the second is automatically check.

Can you help me please to fix the problem please ?
Thanks
Virginie

-- 

--- 
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 jopendocument+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to