On Jan 22, 2006, at 11:18 AM, Glen Mazza wrote:
Hello,

I'm using FOP 0.20.5 and I would like to adjust the vertical spacing between rows in the <fo:table-body/> of an <fo:table/>, but am having trouble doing so. (The rows contain text only and currently are too close together.)

What is the preferred property (padding/space -before, -after?) to use for doing this, and on which FO element is it best for it to go on (the fo:blocks within the fo:table-cells, fo:table-cells, fo:table-rows, etc.)? I would prefer a property that I can just place on the <fo:table-body/> and have it inherit, but that is not a requirement in case 0.20.5 won't support it.

Thanks,
Glen

I always used either the padding-bottom attribute on fo:table-row, or margin-bottom on fo:block. I occasionally had problems w fo:table-row padding attributes, in which case I would apply padding-bottom to the fo:table-cell element.

The problem with the applying it to fo:block was that it meant one has to wrap the fo:table-cell contents with an fo:block element just for that purpose (if you had multiple fo:block elements...).

Web Maestro Clay

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to