On 07 Jun 2009, at 13:43, cymoon wrote:

is there a way to hide a character if it is at the end of a line?

In theory, yes, but I don't think FOP supports it completely... :/

The FO idiom to achieve what you need would be:

<fo:block>
  AAAAAAA<fo:character character=";" suppress-at-line-break="true" />
  BBBBBBB
...
</fo:block>

Regards

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to