Re: Delete graphics inside cell (Writer Table)

2020-02-14 Thread fxruby
gt; and peek at it with an archive manager, or save the document as flat > opendocument (.fodt).  > > Once you understand where the text that defines the graphic is stored, > hopefully that makes the solution obvious.  > > On Thu, Feb 13, 2020 at 2:21 PM fxruby <mailto:fxr...

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 cell.

Re: Writer Table Columns Access via Java API

2019-05-06 Thread fxruby
e, you get some > hints so you can search for more informations. > > Best regards > > Thomas > > > > Am 06.05.2019 um 11:00 schrieb fxruby: >> Hello, >> >> I'm currently writing a program using the libreoffice java api. >> It's a programm

Writer Table Columns Access via Java API

2019-05-06 Thread fxruby
Hello, I'm currently writing a program using the libreoffice java api. It's a programm controlling the Writer component. I can insert tables, place images inside the table and also change the height of table rows. Now I want to change the width of a table column. But when I try to get a column, I