bonjour Martin
j'espere que cet exemple r�pondra � ta demande
'action dans la 1ere cellule de la 1ere table
oTable = ThisComponent.getTextTables().getByIndex(0)
cellContent = otable.getCellByName("A1").getText()
Cursor = cellContent.createTextCursor()
Cursor.paraAdjust = com.sun.star.style.ParagraphAdjust.RIGHT
'Cursor.paraAdjust = com.sun.star.style.ParagraphAdjust.CENTER
'Cursor.paraAdjust = com.sun.star.style.ParagraphAdjust.LEFT
Bonne soiree
michel
>existe-t-il, pour les cellules d'un tableau Writer, une propri�t�
d'alignement du texte ?
>si oui , quelle est sa syntaxe.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]