On Feb 5, 2008 12:01 AM, Graessle, Glenn (FC COE) <
[EMAIL PROTECTED]> 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)
> [EMAIL PROTECTED]
>
>
>
This what you looking for?
import win32com.client
win32com.client.Dispatch('Word.Application')
win32com.client.constants.__dicts__[0].keys()
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32