Re: Delete graphics inside cell (Writer Table)

2020-02-14 Thread fxruby
Thanks a lot! This approach also helps to get a better understanding, where propterties are stored and how they can be changed. :) On 14.02.20 06:38, Michael H wrote: > The graphic positioning information is stored in the document as a > string of tagged text.  The anchor point defines where in

Re: Delete graphics inside cell (Writer Table)

2020-02-13 Thread Michael H
The graphic positioning information is stored in the document as a string of tagged text. The anchor point defines where in the stream the tags sit, which also defines where the zero point for drawing is. But for managing the item in the table, It likely would help to view the xml to understand

Delete graphics inside cell (Writer Table)

2020-02-13 Thread fxruby
Hello, I'm writing a java app for updating tables of a writer document. I want to delete all graphics of a cell (there are two graphics anchored to the cell, one as 'as char' and the other one 'to paragraph'). I can delete the one which is anchored 'as char' by overwriting the string of the