Hi there,
How can I use 2 different fonts in a TextTable?
I tried:
table = doc.createInstance( "com.sun.star.text.TextTable" )
tableText = table.getCellByName( cellName )
cursor.setPropertyValue( "CharFontName", "Webdings" )
tableText.setString(" r ")
cursor.setPropertyValue( "CharFontName", "Thorndale AMT" )
tableText.setString(" some text ")
Every setString resets the settings of the cell. Is there some kind of
appendString()? I found nothing similar.
TIA
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]