In lilo starbase how to apply OptimalWidth for writer Tables?
I use Table.HoriOrient = com.sun.star.text.HoriOrientation.FULL in order to expand writer table from one edge to the other.
However, text is not aligned properly. OptimalWidth from writer doing that.
However, i dont know how to access it through starbase,
https://www.openoffice.org/api/docs/common/ref/com/sun/star/table/TableColumn.html
If it is unaccessible that way,
Can I write a function to do that?
Column and row properties lack any type of formatting in starbase lilo.