Re: Writer Table Columns Access via Java API

2019-05-07 Thread sos
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

Re: Writer Table Columns Access via Java API

2019-05-06 Thread fxruby
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

Re: Writer Table Columns Access via Java API

2019-05-06 Thread Thomas Krumbein
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.