K
Ken Wan
Hi,
I am working on a parser of Word document in the following way:
for each aPara in ActiveDocument.paragraphs
Do something ...
Next aPara.
One of the things I need to do is to locate all highlighted characters. Is
there a quick way to decide if a paragraph contain any highlighted
characters? By highlight, I mean any of bold, italic, underline, or colours.
Thanks in advance for your help.
Ken
I am working on a parser of Word document in the following way:
for each aPara in ActiveDocument.paragraphs
Do something ...
Next aPara.
One of the things I need to do is to locate all highlighted characters. Is
there a quick way to decide if a paragraph contain any highlighted
characters? By highlight, I mean any of bold, italic, underline, or colours.
Thanks in advance for your help.
Ken