我需要使用Apache-FOP创建报告,我希望该报告在不同的字体大小,如(10pt,20pt),所以可以给出字体大小作为输入的xsl模板?如果你有任何建议,请把它贴出来。
发布于 2015-01-23 14:48:59
<xsl:attribute name="font-size">24pt</xsl:attribute>
<xsl:attribute name="font-family">Helvetica</xsl:attribute>
<xsl:attribute name="color">#848587</xsl:attribute>
<xsl:attribute name="font-weight">Light</xsl:attribute>https://stackoverflow.com/questions/28104411
复制相似问题