gpt4 book ai didi

jasper-reports - HTML 标记表到文本字段 - JasperReport

转载 作者:行者123 更新时间:2023-12-04 18:33:29 25 4
gpt4 key购买 nike

我有一个带有 html 标记语言或样式的文本字段的参数输入。但是当我放置 tag 时,它根本不显示。

Jaspersoft 支持的标签:

<b/>, <u/>, <i/>, <font/>,<sup/>, <sub/>, <li/>, <br/>

有没有办法从那个 html 标签显示表格?如果不能,是否有任何替代解决方案?

最佳答案

textField 中显示 html 表的方法.

The html attribute can only be used for how characters looks, not to generate layout



您唯一的选择是使用碧 Jade 报告 HtmlComponent <hc:html/>
例子
<componentElement>
<reportElement x="0" y="100" width="230" height="110" backcolor="#ADD8E6" uuid="332dd551-e8cd-4cb0-a11f-7325f481017b"/>
<hc:html xmlns:hc="http://jasperreports.sourceforge.net/htmlcomponent" xsi:schemaLocation="http://jasperreports.sourceforge.net/htmlcomponent http://jasperreports.sourceforge.net/xsd/htmlcomponent.xsd" scaleType="FillFrame" horizontalAlign="Left" verticalAlign="Top">
<hc:htmlContentExpression><![CDATA["<table><tr><td>Hello</td></tr><tr><td>World</td></tr></table>]]></hc:htmlContentExpression>
</hc:html>
</componentElement>

这个组件的主要问题是它创建了你的 html 图像,你将在缩放文本时遇到问题。

关于jasper-reports - HTML 标记表到文本字段 - JasperReport,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36719608/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com