Bonsoir Michel,
Merci pour cette r�ponse. Je n'ais pas eu encore le temps de la tester, mais cela semble correspondre exactement � mes besoins.
Bonne soir�e � toi aussi,
Martin
----- Original Message ----- From: "michel tanguy" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, February 28, 2005 7:35 PM
Subject: [prog] RE : [prog] Cellule dans tableau Writer - Alignement
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
