Hi there,

I can't create a table without borders, i.e. with borders of zero width.

What I've done:
table = doc.createInstance( "com.sun.star.text.TextTable" )
table.initialize( 3,2)
text.insertTextContent( cursor, table, 0 )
I found this
http://www.oooforum.org/forum/viewtopic.phtml?t=6049&highlight=borderline
but it is OO-basic.
Any clues?
Thank you,
Martin



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to