Re: set inline element width

2006-05-12 Thread Jeremias Maerki
I think you will need to use a table, since fo:inline-container is not
implemented, yet. fo:inline does not accept the width attribute.

On 11.05.2006 23:21:36 Rick Roen wrote:
> 
> Thanks Philippe, yes I thought of that, its just that it's a bit easier for
> me without the table, although I will certainly resort to this if necessary.
> 
> I always have an unknown number of elements, so I have to test to end the
> table-row.  If I use fixed width elements, then they just wrap
> automatically.
> 
> Rick
> 
> 
> hello,
> Why not to use a fo:table ? It will work fine ...
> Regards -- Ph D 


Jeremias Maerki


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



RE: set inline element width

2006-05-11 Thread Rick Roen

Thanks Philippe, yes I thought of that, its just that it's a bit easier for
me without the table, although I will certainly resort to this if necessary.

I always have an unknown number of elements, so I have to test to end the
table-row.  If I use fixed width elements, then they just wrap
automatically.

Rick


hello,
Why not to use a fo:table ? It will work fine ...
Regards -- Ph D 




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



Re: set inline element width

2006-05-11 Thread Philippe Drix

At 22:56 11/05/2006, you wrote:

FOP 0.90alpha 1

Can someone tell me if it is possible to set the width of an inline element?

I would like to stack inline elements from left 
to right, but I want them to be standard widths, like this


|-- 2cm | | 
---6cm 
--| |--- 2cm 
| |--- 6 cm --|


The text inside the fo:inline tags will vary so 
I cannot get a regular size without a width setting.


I think there are ways to do this in xsl-fo, 
however FOP just doesn’t obey any of them that I know of.


I have tried

… (this has no effect on width)
… 
(this makes the block not render at all)


Rick


hello,
Why not to use a fo:table ? It will work fine ...
Regards -- Ph D 



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



set inline element width

2006-05-11 Thread Rick Roen








FOP 0.90alpha 1

 

Can someone tell me if it is possible to set the width of an
inline element?

 

I would like to stack inline elements from left to right,
but I want them to be standard widths, like this

 

|-- 2cm | | ---6cm
--| |--- 2cm | |---
6 cm --|

 

The text inside the fo:inline tags will vary so I cannot get
a regular size without a width setting.

 

I think there are ways to do this in xsl-fo, however FOP
just doesn’t obey any of them that I know of.

 

I have tried

 

… (this has
no effect on width)

… (this makes the block not
render at all)

 

Rick