[python-win32] Word FormField types
Graeme Glass
graemeglass at gmail.com
Tue Feb 5 08:14:11 CET 2008
On Feb 5, 2008 12:01 AM, Graessle, Glenn (FC COE) <
glenn.graessle at honeywell.com> wrote:
> Is there an import file that defines the FormField types symbolically?
>
> For example, Word Checkbox has the value of 71 for it's type.
>
>
> *Glenn Graessle*
> Flight Controls CoE
> Honeywell International, Inc.
> 23500 West 105th Street (M/D 42)
> Olathe, KS 66061
>
> 913-712-2645(phone/fax)
> 913-832-2345 (mobile)
> glenn.graessle at honeywell.com
>
>
>
This what you looking for?
import win32com.client
win32com.client.Dispatch('Word.Application')
win32com.client.constants.__dicts__[0].keys()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20080205/f45a5d16/attachment.htm
More information about the python-win32
mailing list