On 03.03.2003 10:55:10 H. krishna wrote: > Hai Everybody, > > 1. I need the placement of FIGURE & TABLE is top of > page only. how to define in the fo file. The > <fo:float> is not implemented (fop-0.20.5rc2). > > I am already post this problem.
I'm not sure I get you right, but you can specify <fo:block break-before="page"> [..my stuff on top of the page..] This tells FOP to start a new page and new content is started from the top. > 2. Move the below one line to above line. how to > define in the fo file. > > For Example: > > FOP Means Formatting Object > Processor > > (to) > > FOP Means Formatting Object Processor If your XSL-FO code looks like this: <fo:block>FOP Means Formatting Object Processor</fo:block> ...and the width available is sufficient you'll get what you want. You may have to make your font smaller or check if you've got something odd with you linefeed treatment. I hope that helps. If your problem persists you could post a little snippet of your XSL-FO code so we can have a look at it. It's difficult to help with so little information. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
