【发布时间】:2016-03-08 21:42:21
【问题描述】:
我想将静态文本的文本与 html 标记对齐。我试过了 p 标签同时具有 align 和 text-align 属性。好像两者都不生效。
<p align="right">Right 1</p> <p text-align:right>Right 2</p>
据我所知,jasper 报告支持很少的 html 标签 http://community.jaspersoft.com/questions/539009/html-tags-supported-jasper-reports-v-371
是否可以在 japser 6.0.3 版上实现这一点?
非常感谢任何帮助。
【问题讨论】:
标签: html jasper-reports alignment text-alignment