Re: Help me in Page Border

2004-06-09 Thread J.Pietschmann
Chris Bowditch wrote:
You are right of course. I was too lazy to explain the fact that 
block-containers dont have to be absolutely positioned but FOP doesnt 
implement them.
Non-absolutely positioned block containers are implemented.
They just don't add any useful features compared to plain
blocks.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Help me in Page Border

2004-06-09 Thread Chris Bowditch
J.Pietschmann wrote:
Chris Bowditch wrote:
beacuase block-container is an out of flow object, typically used for 
absolutely positioning data. As such it does not generate content that 
flows onto further pages.

This is not correct. An absolutely positioned block-container is
an out-of-flow object and wont break across pages, but otherwise
a block-container should work the same way a normal block works,
with the exception that the block-container generates reference
areas and therefore can be used to change writing modes and reference
orientation. The FOP maintenance branch implementation isn't complete
in particular with regards to the latter. It should break across pages
unless absolutely positioned though. I suspect the OP did this,
otherwise it wouldn't be of any use for generating the page border
(height is ignored as well unless absolute positioning is in effect).
You are right of course. I was too lazy to explain the fact that 
block-containers dont have to be absolutely positioned but FOP doesnt 
implement them.

Chris

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


Re: Help me in Page Border

2004-06-08 Thread J.Pietschmann
Chris Bowditch wrote:
beacuase block-container is an out of flow object, typically used for 
absolutely positioning data. As such it does not generate content that 
flows onto further pages.
This is not correct. An absolutely positioned block-container is
an out-of-flow object and wont break across pages, but otherwise
a block-container should work the same way a normal block works,
with the exception that the block-container generates reference
areas and therefore can be used to change writing modes and reference
orientation. The FOP maintenance branch implementation isn't complete
in particular with regards to the latter. It should break across pages
unless absolutely positioned though. I suspect the OP did this,
otherwise it wouldn't be of any use for generating the page border
(height is ignored as well unless absolute positioning is in effect).
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Help me in Page Border

2004-06-08 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
I am using  to display multiple pages.
Okay.
I want a page border to enclose the content so I am using 
 to hold the content of table but with this option 
the multiple pages are not displaying. It just display  single page.

 

What could be the reason for this ?
beacuase block-container is an out of flow object, typically used for 
absolutely positioning data. As such it does not generate content that flows 
onto further pages.

Is anybody have solution for this?
Dont put your table into a block-container.
Is there any alternative other than  to put page border?
Yes, use a background image. Image should be plain white with thin black line 
at edges. Size of background image should match body region dimensions at 72 dpi.

Chris

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


Help me in Page Border

2004-06-08 Thread KS.Bhaskar








Hi everybody,

 

I am using  to display multiple pages.

 

I want a page border to enclose the
content so I am using  to hold the content of table
but with this option the multiple pages are not displaying. It just display  single
page.

 

What could be the reason for this ?

Is anybody have solution for this?

 

Please help me in this regard .

 

Is there any alternative other than
 to put page border?

 

With regards

Bhaskar

 








Re: Please help me in Page border

2004-06-08 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
Hi everybody,
 

Is there any way to have page border for the document ? How to implement 
it in multiple pages?
Can you elaborate a little? Do you mean just some space between paper edge and 
 flowing text or do you mean thin lines around the edge of the page?

If yes, How to implement it in multiple pages?
 and  will help 
you achieve what you want. If you just have a single simple page master that 
you want used for infinite possible pages then:



...





If you want different borders/regions on different pages then that too is 
possible, please elaborate your requirements.

Chris

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


Please help me in Page border

2004-06-08 Thread KS.Bhaskar








Hi everybody,

 

Is there any way to have page border for the document ? How
to implement it in multiple pages?

If yes, How to implement it in multiple pages?

 please help me.

 

With regards

Bhaskar