You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Jens Wissmann <je...@gmx.net> on 2003/03/05 21:15:22 UTC

inline-container support

Hi!

I've got a fo-task for which I need a working
<fo:inline-container>-object.
This feature seems not to be implemented in the 0.20.x-version.

I would like to know weather support for this element is planned for the
coming versions (maintenance or redesigned-branch). Are any milestones
planned? 
Would it be possible / difficult to take part in the
implementation-process myself if no support is planned?

Best regards,
Jens Wissmann



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


Re: inline-container support

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Jens Wissmann wrote:
> I would like to know weather support for this element is planned for the
> coming versions (maintenance or redesigned-branch). Are any milestones
> planned? 
No, yes, and no.

> Would it be possible / difficult to take part in the
> implementation-process myself if no support is planned?
If youcan supply an explicit width, either absolute or as percentage
of the width of the parent block, it's not all that hard: create a
block area and add lines until you run out of either content or bpd.
Then the more tricky aspects kick in: what to do if the bpd ends first,
and how to vertical-align the whole beast.

J.Pietschmann


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