RE : instream-foreign-object vertical alignment

2004-07-07 Thread mathieu . fretiere
> the vertical alignment only partially works try to add the attribute : preserveAspectRatio="xMidYMax meet" (or xMaxYMax meet) in the svg tag of your svg document ... see what happens... Mat - To unsubscribe, e

RE: instream-foreign-object vertical alignment

2004-07-06 Thread Vinuta Nagaraddi
I was able to accomplish vertical alignment by using display-align in the table-cell.  I didn’t specify the  vertical-align attribute.   Vinuta Nagaraddi   -Original Message- From: Rea, Matthew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 06, 2004 2:52 AM To: '[

Re: instream-foreign-object vertical alignment

2004-07-06 Thread Chris Bowditch
Chris Bowditch wrote: Rea, Matthew wrote: The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to. The problem is the vertical align does not align the SVG right to the bottom of the cell like I r

Re: instream-foreign-object vertical alignment

2004-07-06 Thread Chris Bowditch
Rea, Matthew wrote: The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to. The problem is the vertical align does not align the SVG right to the bottom of the cell like I really need. The table ro

instream-foreign-object vertical alignment

2004-07-06 Thread Rea, Matthew
ign-object> fo:block> <fo:table-cell>   The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to.   The problem is the vertical align does not align the SVG right to the bottom of the cell like

Re: Table-Cell vertical alignment

2004-01-15 Thread J.Pietschmann
Blasius, Dirk wrote: Is it possible with fop 0.20.5 to align content on the bottom of a table cell. Yes. Like in HTML with valign="bottom" tag? I searched the web, but could not find a solution. Try harder. Look for display-align="after": http://www.w3.org/TR/xsl/slice7.html#display-align J.Piet

Table-Cell vertical alignment

2004-01-15 Thread Blasius, Dirk
Hi all, Is it possible with fop 0.20.5 to align content on the bottom of a table cell. Like in HTML with valign="bottom" tag? I searched the web, but could not find a solution. Thanks, Dirk - To unsubscribe, e-mail: [EMAIL PR

Re: vertical alignment of fo:block

2003-04-24 Thread J.Pietschmann
Todtenhaupt, Susann wrote: I've tried to align fo:blocks in a fo:block-container vertically. But I failed... Is it possible at all? See http://xml.apache.org/fop/faq.html#fo-center J.Pietschmann - To unsubscribe, e-mail: [EMAIL P

Re: vertical alignment of fo:block

2003-04-24 Thread Roberto Calanca
Hi Susann, I'm new with fo:, but for vertical alignment of fo:block had good results using table and inserting each block in a cell. have a nice day Roberto == RC Software di Roberto Calanca Consulenza informatica e Sviluppo Software Via della Vite, 7

vertical alignment of fo:block

2003-04-24 Thread Todtenhaupt, Susann
Hello! I've tried to align fo:blocks in a fo:block-container vertically. But I failed... Is it possible at all? Thanx in advance! suse - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: vertical alignment

2003-01-24 Thread Roland Neilands
Joerg, > Untested, I can't really say whether absolutely positioned > block containers work in static content. They work. I believe you showed me a year ago, when I put static-content into examples/border.fo to show you a problem. Cheers, Roland

Re: vertical alignment

2003-01-23 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: The only thing that is somewhat unaesthetic about the solution is that I have to use fixed heights for the table rows. Is there also a solution for this? Try using three absolutely positioned block containers completely overlapping each other and containing a table for the

Re: vertical alignment

2003-01-23 Thread Stefan . Wachter
Thanks for the tip. The table solution worked. I should have looked at the FAQ myself. The only thing that is somewhat unaesthetic about the solution is that I have to use fixed heights for the table rows. Is there also a solution for this? Thanks again, --Stefan

Re: vertical alignment

2003-01-22 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I want to have a start-region that contains static content. The static content consists of three blocks. The first block is to be displayed at the top the second in the center and the third at the bottom of the region. One of my many fruitless tries was: 1 2 3 The a

vertical alignment

2003-01-22 Thread Stefan . Wachter
Hi all. I have a problem that I couldn't solve using FOP: I want to have a start-region that contains static content. The static content consists of three blocks. The first block is to be displayed at the top the second in the center and the third at the bottom of the region. One of my many fruit

Re: Double space block vertical alignment

2002-02-19 Thread Josh Campbell
Mickey, John wrote: I am trying to simulate a double spaced document using the line-height attribute but I find that the lines of text are always centered vertically in the block, is there a way to have the first line start flush against the top of the block area ( all 12pts of extra space comes af

Double space block vertical alignment

2002-02-19 Thread Mickey, John
Hello, I am trying to simulate a double spaced document using the line-height attribute but I find that the lines of text are always centered vertically in the block, is there a way to have the first line start flush against the top of the block area ( all 12pts of extra space comes after the firs

Vertical alignment question

2002-01-11 Thread Jonathan O'Keeffe
Hello - I have a question about vertical alignment within a block. I have a fixed-height block with a variable number of short lines, and I want the first (n - 1) lines grouped together at the top of the block, and line (n) aligned to the bottom of the block - something like this