Re: AW: column spanned in multicolumn region

2001-11-12 Thread ektan


hi,

I have another problem here, how can I use attribute span  to get a page
like sample.doc? Any suggestion?


Thanks.


best rgds,

ektan

(See attached file: sample.doc)










sample.doc
Description: Microsoft Word 4

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


Re: AW: column spanned in multicolumn region

2001-11-12 Thread Arved Sandstrom

At 02:22 AM 11/13/01 GMT, [EMAIL PROTECTED] wrote:
>
>Thanks Arved Sandstrom. It's worked now. Thank you very much.
>
>best rgds,
>
>ektan

Just for future reference, can I ask which approach you used?

If you decided to use multi-column, and put your graphic in a span='all' 
fo:block, I should warn you that column balancing is pretty rough around the 
edges at the moment, with existing FOP versions. This is something that will 
have to be addressed in the rewrite.

Regards,
AHS



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




Re: AW: column spanned in multicolumn region

2001-11-12 Thread ektan


Thanks Arved Sandstrom. It's worked now. Thank you very much.




best rgds,

ektan









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




Re: AW: column spanned in multicolumn region

2001-11-12 Thread Arved Sandstrom

At 02:16 AM 11/12/01 GMT, [EMAIL PROTECTED] wrote:
>Thanks Christian.
>
>I'm still can't get the column spanned in my pdf file, the following is my
>xsl style sheet, anything wrong here?
>
>
>   page-width="8.5in"
>   page-height="11in"
>   margin-top="0in"
>   margin-bottom="0in"
>   margin-left="1.0in"
>   margin-right="1.0in">
>  ="0.8in"/>
>  extent="1.5in"/>
> extent="1in"/>
>
>
>   page-width="8.5in"
>   page-height="11in"
>   margin-top="0in"
>   margin-bottom="0in"
>   margin-left="1.0in"
>   margin-right="1.0in">
>  ="0.8in"/>
>  extent="1.5in"/>
> extent="1in"/>
>
>
>
>
> 
>
> 
>

XSL allows you to specify a multi-column region-body with N columns. You 
have specified 3. Your _only_ options are to have content laid-out into 3 
columns (span='none'), or one (span='all').

These are not tables. They are classic text columns, where content flows 
from one to the other. You probably want to use either a real table, or 
alternatively, use span='all', and align and size your graphic appropriately 
in that span-reference-area - after all, you know the dimensions ahead of 
time that correspond to what you are trying to do.

Regards,
AHS



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




RE: column spanned in multicolumn region

2001-11-09 Thread Arved Sandstrom

At 09:26 AM 11/9/01 GMT, [EMAIL PROTECTED] wrote:
>I have tried it  in fo:region-body , eg. number-columns-spanned="3"  column-count="3" margin-bottom="1.2in"
>margin-top="0.8in"/>, but  it still can't work,  anything  wrong?

Contain the image in an fo:block or fo:block-container, that has the 'span' 
property set to 'all'.

There is no 'number-columns-spanned' property that is relevant for this 
situation; you specify 'column-count' and 'column-gap' on fo:region-body. If 
the 'column-count' is N, then for any given block-level area you have the 
option of switching between layout into N columns (span='none') or 1 column 
(span='all').

Regards,
AHS



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




AW: column spanned in multicolumn region

2001-11-09 Thread Beer, Christian

What you tried is paradox!
You tried to split the region-body into 3 columns and at the same time
span it over 3 columns:

spliting into 3 + spanning over 3 = 1 column

So you'll have to specify the number-columns-spanned to a fo:block or
something that shall be spanned over 3 columns!

Greetings
Christian

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 9. November 2001 10:26
An: [EMAIL PROTECTED]
Betreff: RE: column spanned in multicolumn region



hi,

Thanks Zhu.

I have tried it  in fo:region-body , eg. , but  it still can't work,  anything  wrong?

Thank you.


best rgds,
ektan









-
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: column spanned in multicolumn region

2001-11-09 Thread ektan


hi,

Thanks Zhu.

I have tried it  in fo:region-body , eg. , but  it still can't work,  anything  wrong?

Thank you.


best rgds,
ektan









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




RE: column spanned in multicolumn region

2001-11-08 Thread Dianliang Zhu

use number-columns-spanned="3"

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 12:31 PM
To: [EMAIL PROTECTED]
Subject: column spanned in multicolumn region



hi all,

I'm using Fop-0.20.1 currently and  I have set 3 columns in one page.

But, I have facing a problem here regarding the spanning of the columns for
rendering a image in pdf file.

Currently, I still can't find any attributes in xsl-fo for this features,
so, are you have any ideas about it?


Thank you for any help you can give.


best rgds,
ektan





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
"This email is intended for the named recipient only. The information
contained in this message may be confidential, or commercially sensitive. If
you are not the intended recipient you must not reproduce or distribute any
part of this email, disclose its contents to any other party, or take any
action in reliance on it, or in reference to it. If you have received this
email in error, would you please contact the sender immediately and
delete/destroy all copies of this message, both electronic and otherwise. It
is the recipient's duty to virus scan and otherwise test the enclosed
information before using the information or loading attatched files onto any
computer system. Oasis Asset Management Ltd does not warrant that the
information contained in this e-mail is free from viruses, defects, errors,
interception or interference. Any views expressed in this message are those
of the individual sender, except where that sender specifically states them
to be the views of Oasis Asset Management Ltd."

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




column spanned in multicolumn region

2001-11-08 Thread ektan


hi all,

I'm using Fop-0.20.1 currently and  I have set 3 columns in one page.

But, I have facing a problem here regarding the spanning of the columns for
rendering a image in pdf file.

Currently, I still can't find any attributes in xsl-fo for this features,
so, are you have any ideas about it?


Thank you for any help you can give.


best rgds,
ektan





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