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]




page-break-inside

2002-10-21 Thread Marcin Zawadzki




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

Our company need this property to work with 
fop, so probably I'll have to implement this.

MZ


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]


page-break-inside=avoid

2002-07-17 Thread Todd Migliore



My document contains one repeatingblock 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 notentirely fit onthe current 
pagepage. 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


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]