8 messages in org.openoffice.fr.progRe: [prog] Ecrire du texte dans une s...
FromSent OnAttachments
Tony GALMICHEJun 18, 2004 8:23 am 
Bernard MarcellyJun 19, 2004 1:01 am 
Agnès SimonetJun 19, 2004 1:56 am 
BobJun 19, 2004 2:33 am 
Tony GALMICHEJun 20, 2004 9:39 am 
Tony GALMICHEJun 20, 2004 9:40 am 
Agnès SimonetJun 21, 2004 10:08 am 
Tony GALMICHEJun 21, 2004 10:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] Ecrire du texte dans une section particulièreActions...
From:Tony GALMICHE (tony@tiscali.fr)
Date:Jun 20, 2004 9:40:08 am
List:org.openoffice.fr.prog

Bonjour Agnès,

Agnès Simonet a écrit :

oDoc = ThisComponent oTexte = oDoc.Text oSection = oDoc.GetTextSections.GetByName("TrucMuch") oAnchor=oSection.GetAnchor() oCursorFin=oTexte.createTextCursorByRange(oAnchor.getEnd())

oTexte.insertString(oCursorFin, "toto et tutu", FALSE)

Merci beaucoup aussi Agnès mais Bernard a été plus rapide... ;-)

Tony