3 messages in org.openoffice.fr.progRe: [prog] Syntaxe pour sauvegarde a...
FromSent OnAttachments
PhilippeMar 31, 2008 8:37 am 
Laurent GodardMar 31, 2008 8:51 am 
PhilippeMar 31, 2008 9:17 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] Syntaxe pour sauvegarde au format WordActions...
From:Laurent Godard (lgod@indesko.com)
Date:Mar 31, 2008 8:51:52 am
List:org.openoffice.fr.prog

Bonjour

Je cherche la syntaxe de la fonction Doc.storeAsURL() pour sauvegarder un document writer au format Word afin qu'il puisse égaleemnt être lu avec Word.

tu trouveras un exemple là http://oooconv.free.fr/oooconv/oooconv_fr.html

FilterName="MS Word 97" dim args2(0) as new com.sun.star.beans.PropertyValue args2(0).Name = "FilterName" args2(0).Value = FilterName odocument.storeToURL(NomFichier,args2())

Cordialement

Laurent