Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
 Marcin Zawadzki wrote:
  If somebody is working on property page-break-inside ?
 No. Its way down the priority list because its basically redundant.
 The only sensoble setting is page-break-inside=avoid, which is the
 same as keep-together=always, simply replace it. Keep in mind
 that keep-together only workss on table rows, so you might want
 to use the old blind table trick.

 J.Pietschmann

Maybe I something dont understand.
I have folowing problem with table rows:

How to force table rows to be on one page only.
When row is to big to fit on actual page it should be moved to next page. I
try keeps nad breaks, but it seens to work in diffrent matter.

Marcin Zawadzki




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




Re: page-break-inside

2002-10-22 Thread Oleg Tkachenko
Marcin Zawadzki wrote:


Maybe I something dont understand.
I have folowing problem with table rows:

How to force table rows to be on one page only.
When row is to big to fit on actual page it should be moved to next page. I
try keeps nad breaks, but it seens to work in diffrent matter.


That's exactly job for keep-together property [1], but make sure your row is 
able to fit on at least the entire page, otherwise you can run into infinite 
loop bug.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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



Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
OK thanks. 
It works now.

Marcin Zawadzki





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




Re: page-break-inside

2002-10-21 Thread J.Pietschmann
Marcin Zawadzki wrote:

If somebody is working on property page-break-inside ?

No. Its way down the priority list because its basically redundant.
The only sensoble setting is page-break-inside=avoid, which is the
same as keep-together=always, simply replace it. Keep in mind
that keep-together only workss on table rows, so you might want
to use the old blind table trick.

J.Pietschmann


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




Re: page break

2002-07-23 Thread Keiron Liddle

On Tue, 2002-07-23 at 08:47, RamanaJV wrote:
 
 Devs,
  Is it possible to tell FOP to clip the text, when the block will not
 fit in the respctive region? I don't want the block to span across lines..

Currently no.
This is something that will be implemented in the new design.


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




RE: page break

2002-07-23 Thread RamanaJV

Then,
Is it possible to know, without actually rendering, how many lines a
block is expected to span. I really need this now in my application to get
away from the pagination problem that are occuring. Also, is it possible to
know, how many lines of text can be written on to a page with specific
dimensions?

Ramana.

-Original Message-
From: Keiron Liddle [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 12:37 PM
To: FOP
Subject: Re: page break


On Tue, 2002-07-23 at 08:47, RamanaJV wrote:
 
 Devs,
  Is it possible to tell FOP to clip the text, when the block will not
 fit in the respctive region? I don't want the block to span across lines..

Currently no.
This is something that will be implemented in the new design.


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

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




RE: page break

2002-07-23 Thread Keiron Liddle

On Tue, 2002-07-23 at 09:08, RamanaJV wrote:
 Then,
   Is it possible to know, without actually rendering, how many lines a
 block is expected to span. I really need this now in my application to get
 away from the pagination problem that are occuring. Also, is it possible to
 know, how many lines of text can be written on to a page with specific
 dimensions?

Only the layout process can determine how many lines a block will span.

You can calculate how many lines will fit on a page by working out the
line height or setting the line height (note the if the line height is
set it uses a slightly different number, its a bug) and the spacing
between blocks.

You are probably better of rendering to xml then reading that.


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




Re: page-break-inside=avoid

2002-07-18 Thread Todd Migliore



J

Thanks for the reply. I was able solve my problem with the info you 
provided. 

Todd [EMAIL PROTECTED] 07/17/02 06:10PM 
Todd Migliore wrote: My document contains one repeating 
block of data. The data varies in  length with each 
iteration. I need to force a page break if an  iteration of the 
block of data can not entirely fit on the current  page page. From 
what I understand page-break-inside="avoid" is the way  to go about 
this, unfortunately it seems this feature is not yet  
implemented(version-0.20.3). Does anyone know of solution to this  
problem? Thanks in advance.  T 
Look here for hints: http://marc.theaimsgroup.com/?l=fop-userm=102102545323696w=2J.Pietschmann-To 
unsubscribe, e-mail: [EMAIL PROTECTED]For additional 
commands, email: [EMAIL PROTECTED]


Re: page-break-inside=avoid

2002-07-17 Thread J.Pietschmann

Todd Migliore wrote:
 My document contains one repeating block of data.  The data varies in 
 length with each iteration.  I need to force a page break if an 
 iteration of the block of data can not entirely fit on the current 
 page page.  From what I understand page-break-inside=avoid is the way 
 to go about this, unfortunately it seems this feature is not yet 
 implemented(version-0.20.3).  Does anyone know of solution to this 
 problem?  Thanks in advance.
  
 T   

Look here for hints:
  http://marc.theaimsgroup.com/?l=fop-userm=102102545323696w=2

J.Pietschmann



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