Hi,
I've a doc file which contains another doc file which contains an image I want to extract.
However, I don't get any Shape object as child node type but get Document-Section-Body-Paragraph-Run.
Below statment returns 0.
NodeCollection shapess = doc.getChildNodes(NodeType.SHAPE, true);
System.out.println("shapes.getCount() " + shapes.getCount());
Regards,
Pramod Talekar