In Apache POI presentation, how to change the default color of a link added as XSLFTextRun to a cell in XSLFTable?
This is using Apache POI 5.2.5
, with XMLSlideShow
. While changing the color of non-link text works as expected, if a link is added to a XSLFTableCell
, the color change doesn’t work. Below is a sample code snippet (in Kotlin) –