Jasper reports Jasper标题栏分为三部分

Jasper reports Jasper标题栏分为三部分,jasper-reports,Jasper Reports,如何将jasper标题分为3部分,使左侧包含中间图像,右侧包含中间图像,中间包含多行文本每个文本大小、颜色可能不同 例如: ---------------------------------- | | text 1 | | | | text 2 | | | center | text 3 | center | | image | text 4 | image | | |

如何将jasper标题分为3部分,使左侧包含中间图像,右侧包含中间图像,中间包含多行文本每个文本大小、颜色可能不同

例如:

----------------------------------
|          |  text 1  |          |
|          |  text 2  |          |
|   center |  text 3  |  center  |
|   image  |  text 4  |  image   |
|          |  text 5  |          |
----------------------------------

我怎样才能做到这一点。
column divide
如何在此处工作,或者我需要使用其他工具。

您可以通过手动设置每个元素的高度、宽度和位置来解决此问题

让标题高度=100,宽度=555

对于第一个块:
x=0
y=100
width=100

对于第二个块:对于每个文本:
x=0
y=20
width=355

对于第三个块:
x=455
y=100
width=100

希望这将有助于解决问题