This seems to be a new question, not even related to Excel. Can you please not hijack threads, but instead create a new one? Odds are PJ's answer won't even help because he answered for Excel, and the API's aren't really even similar.
-----Original Message----- From: Nayan Zubeen Bayan [mailto:nayanjyoti...@gmail.com] Sent: Thursday, June 21, 2018 11:34 PM To: POI Users List <user@poi.apache.org> Subject: Re: Long XSLF Table needs splitting Can someone help me with adding hyperlink to a particular string in an existing word document using Apache POI? By hyperlink I mean hyperlink to file, web address and all. Thank you. On Fri, Jun 22, 2018 at 2:33 AM, Andreas Beeker <kiwiwi...@apache.org> wrote: > On 6/21/18 5:00 PM, lanpirot wrote: > > Bump. Is there any workaround to find out the rendered height of a > table, a > > tablerow or a cell? > > > The height/width of a cell is fixed/independent from the content - > have a look at XSLFTable.getColumnWidth() / .getRowHeight(). > > For resizing the cell around the content, I would start with > XSLFTextShape.getTextHeight() and adapt it. > > Andi > > >