使用 JFreeReport 经典引擎,我有:
<items height="10" fontname="SansSerif" fontstyle="plain" fontsize="8">
<rectangle x="0" y="0" width="100%" height="10" dynamic="true" color="#CCCCCC" fill="false" draw="true" />
<string-field x="2" y="0" width="100%" height="10" dynamic="true" fieldname="Workorder #"/>
</items>
基本上对于矩形线,无论我是否动态放置矩形的高度都是10(文本周围的边框)。那么如何使矩形与字符串字段的高度相同?