Hi,
After running the code below i get this exception: “com.aspose.words.zzJD cannot be cast to java.lang.Integer”. Can you please check this out?
code:
Document doc = new Document(“Test.docx”);
DocumentBuilder builder = new DocumentBuilder(doc);
Run r = (Run) doc.getChild(NodeType.RUN, 37, true);
builder.moveTo®;
builder.write(“text”);
doc.save(“new.docx”);
Thanks,
Zeljko.
The issues you have found earlier (filed as WORDSNET-13951) have been fixed in this Aspose.Words for .NET 16.8.0 update and this Aspose.Words for Java 16.8.0 update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.