I have a Word document with 2 custom TOCs, each with independent content items. When I run the MS Word option to “Update Table” the results show as correct. When I run the docx into Aspose.Word for Java the result is bot…...Document doc = new Document("path/to/your/document.docx"); //...to the file system doc.save("path/to/your/updatedDocument.docx");...