Is there a way to access Track Changes" info about a doc file through HWPF? I
have tried the following, but it doesn't always return true. (e.g. If you
perform track changes in newer office and save as a doc).
HWPFDocument document = getDocument();
boolean hasTrackChanges = document.getDocProperties().isFRevMarking(); //
sometimes matches track changes state.
and so that I don't spam the list, I'll also add my other queries about
retrieving metadata.
How would you identify whether the "vanish" style has been set on some text?
How would you identify whether any text has a white color style?