是否可以使用xsl fo创建仅具有背景色但没有文本内容的块?

时间:2019-06-25 10:04:21

标签: xslt xsl-fo apache-fop

我正在尝试使用apache fop库xsl fo创建一个圆角填充颜色的盒子。我尝试使用“背景色”,但仅适用于块中的文本。如果我尝试使用表格单元格,那也是一样。请提供一种获取没有文本等背景颜色的方法。

<fo:block-container absolute-position="absolute" top="2.7172in" left="1.7228in" width="0.5361in" height="0.2713in" display-align="center" border-color="black" border-style="solid" fox:border-radius="6pt">
<fo:block background-color="#aaaaff">.</fo:block>
</fo:block-container>

给出一个没有颜色的空盒子。

1 个答案:

答案 0 :(得分:1)

intent.putExtra("Author", new Gson().toJson(author)); Author author= new Gson().fromJson(intent.getStringExtra("Author"), Author.class); 属性放在background-color上,因为这是您要填充的区域。