I have used aspose to parse my document, and one of the case is to find out of strikethrough data from the nodes. I am sharing the code, please let me know how can I find this in correct manner.
Strikethrough document.d…...getTextWithCleanup(Paragraph paragraph) throws Exception { Paragraph clonedPara...clonedPara = (Paragraph) paragraph.deepClone(true); if (clonedPara...