xsl fo - left and center aligning in same line using XSL FO -
i saw in post,
<fo:block text-align-last="justify"> left text <fo:leader leader-pattern="space" /> right text </fo:block>
but want right text aligned center of same line. using apache fop generate pdf xml. appreciated!
use 1 row, 3 column table column widths 30-40-30 or whatever need accommodate text widths. put content in first 2 cells , set alignment on them left , center respectively.
Comments
Post a Comment