K
kbaxreno
in a style I would like to list the underline type from the underline code.
activedocument.Styles.Item(106).Font.Underline returns 7 which is a dashed
underline. The watch window shows this as wdunderlinedashed. A type 0 is
wdunderlinenone.
how can I convert these to display them as the watch window does? If I need
to set up a case routine to test for each one, where do I find the values?
Thanks
kenb
activedocument.Styles.Item(106).Font.Underline returns 7 which is a dashed
underline. The watch window shows this as wdunderlinedashed. A type 0 is
wdunderlinenone.
how can I convert these to display them as the watch window does? If I need
to set up a case routine to test for each one, where do I find the values?
Thanks
kenb