hallo
how it works with basic
"iFotW" is the with off a collumn
Twidth = oViewCursor.TextTable.width
TTotalpercent = oViewCursor.TextTable.TableColumnRelativeSum
startcell = oViewCursor.cell.cellname
Kindex = asc(left(oViewCursor.cell.cellname,1))-65
tabstops = CurRow.Tab
Hi Thomas,
thank you for the detailed explanation. It works :)
Thanks a lot,
Andy
On 5/6/19 5:59 PM, Thomas Krumbein wrote:
> Hey Andy,
>
> is is not a bug... the use of writer tables is a little bit different.
>
> the width of a column is not an absolute value, but will be calculated
> in re
Hey Andy,
is is not a bug... the use of writer tables is a little bit different.
the width of a column is not an absolute value, but will be calculated
in realitionship to the width of the table itself. And the width of the
table depends on width of your page, textarea and right/left margins.
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