I am using Apache POI to process .docx file.
I have .docx with 1 row, 1 column table.
XWPFTable table = document.getTables().get(0); X