On Tue, 27 May 2008 15:23:27 -0500, Martin Klar <[EMAIL PROTECTED]> wrote:

 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

Can you provide more information? Have u import the Table interface? where you able to get the table in the document? Are borders the only thing missing from your python script.


--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

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

Reply via email to