Buscar
Social
Ofertas laborales ES

Foro sobre Java EE > Enviar texto subrrayado a jasperreport

Necesito enviar un texto que este ya subrrayado a jasper report, no lo subrrayo en jasperreport porque es un texto compuesto por varias variables y para que me quede bien formateado lo creo en el codigo y se lo envio como parametro a jasperreport, pero necesito que algunas palabras del texto me queden subrrayadas.

marzo 1, 2019 | Registered Commenterpavel8407

Puedes considerar el campo como html (html markup) y enviar las partes subrayadas con el tag html correspondiente. El procesador html de jasper no es muy completo pro subrayar si lo hace. Tambien tiene otros "markups" diferents a html, elige el que más te guste.

Referencia:
http://jasperreports.sourceforge.net/sample.reference/markup/index.html
http://jasperreports.sourceforge.net/sample.reference/styledtext/index.html
https://stackoverflow.com/questions/10747909/how-to-put-bold-for-certain-word-in-textfield

abril 8, 2019 | Unregistered CommenterSergi Trujillo