You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Kairi Henry <kh...@urbanheights.com> on 2003/04/17 17:49:13 UTC

display-align property for table-cell, border property for inline

I can not get the display-align property to work for table-cell and I can
not get the border property to work for inline. Are there known errors with
these combinations?


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: fo:block Question

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Kairi Henry wrote:
> How come a space-before property works for blocks and a space-start property
> do not work for blocks?

Space-start is specific to inline FOs. See
   http://www.w3.org/TR/xsl/slice7.html#space-start

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


fo:block Question

Posted by Kairi Henry <kh...@urbanheights.com>.
How come a space-before property works for blocks and a space-start property
do not work for blocks?


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: fo:inline Question

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Clay Leeds wrote:
> I see that <fo:inline> does not generate an area and hence cannot
> perform area-related layout (borders, background-color, padding, etc.).

It should generate an area according to the spec, but the
current code just doesn't implement this.

J.Pietschmann




---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


fo:inline Question

Posted by Clay Leeds <cl...@medata.com>.
I see that <fo:inline> does not generate an area and hence cannot
perform area-related layout (borders, background-color, padding, etc.).
So, what is it good for? I've used it as follows:

  <fo:inline font-size="4pt">&nbsp;</fo:inline>

How else can it be used?

J.Pietschmann wrote:
> Jeremias Maerki wrote:
> 
>> Border properties for inlines have not been implemented, yet.
> 
> That's euphemistic.A fo:inline doesn't even generate an area,
> it is basically a synonym for fo:wrapper. This means: no property
> associated with areas works, no borders, no background, no
> padding, no space-begin and space-end, no area-specific alignment.
> 
> J.Pietschmann


-- 
Clay Leeds - cleeds@medata.com
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: display-align property for table-cell, border property for inline

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Kairi Henry wrote:
> so do you know if it will ever be implemented because it helps to do the
> stuff inline dynamic based the size of the text.

There is already some support in the redesigned code. I'm not sure
whether borders already work but adding it should be fairly easy.
Note that the redesigned code is still very much in development.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: display-align property for table-cell, border property for inline

Posted by Kairi Henry <kh...@urbanheights.com>.
so do you know if it will ever be implemented because it helps to do the
stuff inline dynamic based the size of the text.

----- Original Message -----
From: "J.Pietschmann" <j3...@yahoo.de>
To: <fo...@xml.apache.org>
Sent: Thursday, April 17, 2003 4:43 PM
Subject: Re: display-align property for table-cell, border property for
inline


> Jeremias Maerki wrote:
> > Border properties for inlines have not been implemented, yet.
>
> That's euphemistic.A fo:inline doesn't even generate an area,
> it is basically a synonym for fo:wrapper. This means: no property
> associated with areas works, no borders, no background, no
> padding, no space-begin and space-end, no area-specific alignment.
>
> J.Pietschmann
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: fop-user-help@xml.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: display-align property for table-cell, border property for inline

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Jeremias Maerki wrote:
> Border properties for inlines have not been implemented, yet.

That's euphemistic.A fo:inline doesn't even generate an area,
it is basically a synonym for fo:wrapper. This means: no property
associated with areas works, no borders, no background, no
padding, no space-begin and space-end, no area-specific alignment.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: display-align property for table-cell, border property for inline

Posted by Jeremias Maerki <de...@greenmail.ch>.
display-align works in table-cells. At least, the attached testcase
produces the expected output in the latest code.

Border properties for inlines have not been implemented, yet.

Combinations? Don't think so.

On 17.04.2003 17:49:13 Kairi Henry wrote:
> I can not get the display-align property to work for table-cell and I can
> not get the border property to work for inline. Are there known errors with
> these combinations?


Jeremias Maerki