Hi Cristian,
i have a question:
there is a way to set the width of a table (i want to exceed the margin of the page)??
I try with the property Width but nothing....
Thanks to all
lets say you have a XTextTable in your document, then atable = thisComponent.TextTables(0) atable.HoriOrient = com.sun.star.text.HoriOrientation.LEFT_AND_WIDTH atable.width=18000
should set the width of it to 18cm
Hope that helps
Regards
Stephan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
