how to identify the text color in a word doc.?
807580May 10 2010 — edited May 11 2010how to identify the text color in a word doc.?
I need to read a word document using java code. which contains many strings with different colors.
i need to identify the color and giving the marks accordingly like
test in blue color so
test marks=2
how can i do this using java. i only want to know how can i identify the text color using java code.?