0

I need to get text aligned centre and right on the same line. This should be possible, but I can't seem to find a way. I'm using these tags in VF page for the quote document.

Can someone help me to get this right?

1 Answers1

0

I don't understand 'VF page', but this should work for you:

<fo:block>a<fo:leader leader-length.optimum="100%" />b</fo:block>
Tony Graham
  • 7,306
  • 13
  • 20