On Tue, May 08, 2001 at 02:28:22PM -0400, Lloyd Kvam wrote:
> Unfortunately, that's really a Microsoft problem, not a Python problem.  It is easy 
>to use the win32com.client to create a Python object that is "linked" to Word.  The 
>abilities of that object depend on Word.  Knowing how to use those abilities
> depends mostly on the Microsoft documentation.
> 
browsing the MSDN doc I found almost all the info I need
the names for methods, objects are the same.
Anyway I 'm guessing if symbolic names for constant values are provided 
(for isntance msoBarXXX or stuff like this) or I have to
pass the numeric values....


franz
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to