[xep-support] empty line

Nikolai Grigoriev grig at renderx.com
Wed Feb 13 08:40:25 PST 2002


Eric,

> How can I get an empty line in my report using XEP?

<fo:block><fo:leader/></fo:block>

This works because leader-pattern="space" by default. But be careful:
leader-pattern is inheritable, and if you have set it to something different
at some parent element, you will need to reset it back to default:

<fo:block><fo:leader leader-pattern="space"/></fo:block>

HTH,
Best regards,
Nikolai Grigoriev
RenderX


-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list