Hi there,
I am taking few paragraphs of text as String and then converting into Document object for tagging purpose. After the tagging operations, I need to process this document using my custom Java code, however, the the Java Snippet shows it as a "String" object.
Is there a way to acess the tagged document through Document interface in Java Snippet?
Cheers,
Sajid