There are so many features, I would have to consult the JavaDoc myself. ;) But if you have not found it in the Simple API http://incubator.apache.org/odftoolkit/0.6.2-incubating/simple/,
you would need to adjust the ODF XML by using the ODFDOM API, http://incubator.apache.org/odftoolkit/0.6.2-incubating/odfdom/ which uses a Java class for each ODF element and attribute. The common way to implement a new feature is to create the desired the document in OpenOffice or LibreOffice (and perhaps check if it also works in Microsoft Office) and created the desired document within a regression test by the Simple or the ODFDOM API. The tests are also a get way to get to know the API. Hope this already helps you, Svante ᐧ 2018-01-23 14:04 GMT+01:00 Julien Le Gall <[email protected]>: > Hi ! > > I have looked around > http://incubator.apache.org/odftoolkit/0.6.2-incubating/ > odfdom/index.html?org/odftoolkit/odfdom/package-tree.html > , and I can't find any method to update a section with a link to a file, > the same way "Tools / update / links" would. > > Does that kind of method exist ? > > Thank you. >
