Hi. I am new to Java Swing.
I have a requirement in swing that finds a pattern in a MS word document. The word document may contain 'n' number of paragraphs or statements. of these, few words are underlined. while reading the contents of file I need to find whether the word is underlined or not.
Please help me in solving in the issue. Also please provide codesnippets(and/or) libraries. Thanks in advance.