There is no usermodel API for this, but you can grab low-level xml bean and examine its structure:
XWPFTable.getCTTbl() returns the table xml. On Tue, Jul 17, 2012 at 5:13 PM, Kaushal Cavale <[email protected]> wrote: > Hello, > > I have a document in DOCX format with one table. This table has varying > number of columns in each row as cells are merged in these rows. I need to > find the column widths or cell widths using Xwpf. Please let me know how this > can be done. I have looked at the respective table and cell classes but > doesnt seem to be a straight forward way to get this detail. > > Thanks for any help. > > Regards > Kaushal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
