Text is not visible.
testing.docx (14.4 KB)
@jai25 As I can see MS Word also trims the text in your document. It looks like the problem occurs because there are three nested tables in your document and MS Word does not handle such nested tables properly:
Please try simplifying the document structure to avoid such problems. In your case you can achieve the same layout using a single table.
@jai25 Do you generate the provided document programmatically? If so, please provide your code. Please describe your scenario.
How can I get this showed in the image.
please reply how to get that information you showed in the above picture
@jai25 The picture is screenshot of DocumentExplorer demo application that can be used to explore the Document Object Model built by Aspose.Words.
You can get this demo from our GitHub:
https://github.com/aspose-words/Aspose.Words-for-Java