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 > > >