Having an issue to Read table from word document

My Document is having a table between 2 Paragraphs. When I am trying to read the document, table is also coming as Paragraph and all columns are coming as small Paragraphs.

Can you please help us how to identify and read the table as table.

Thank you

@madhusudhangovindu Tables in MS Word documents also contain paragraphs. Please see Aspose.Words Document Object Model for more information.

You can also use DocumentExplorer demo application to investigate your document structure.

I think, in your case, the best option for traversing the document nodes tree is using DocumentVisitor.