Re: inline fixed width spacing

2003-10-09 Thread J.Pietschmann
Sells, Fred wrote:
I would like to use fixed horizontal spacing without using a table to put
some id stuff in tiny print across the bottom of the page such as
form #123456  West Coast Division ref # xyz
these are going into the region-after which has static content.
I've been trying all the variations on fo:inline and fo:inline-container
with no effect.
What's "fixed horizontal spacing":
- a fixed space between '#123456' and 'West'
- 'West' starting at a fixed horizontal position?
For the latter, the only possibilities working in FOP are tables and
absolutely placed block containers.
For the former, a leader with leader-length.optimum="10cm" or so should
work. Spacer graphics should work to the same way as in HTML.
J.Pietschmann

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


RE: inline Question

2003-04-18 Thread Partridge, Michael


-Original Message-
From: Clay Leeds [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 17, 2003 5:05 PM
To: [EMAIL PROTECTED]
Subject: fo:inline Question


I see that  does not generate an area and hence cannot
perform area-related layout (borders, background-color, padding, etc.).
So, what is it good for? I've used it as follows:

   

How else can it be used?

J.Pietschmann wrote:
> Jeremias Maerki wrote:
> 
>> Border properties for inlines have not been implemented, yet.
> 
> That's euphemistic.A fo:inline doesn't even generate an area,
> it is basically a synonym for fo:wrapper. This means: no property
> associated with areas works, no borders, no background, no
> padding, no space-begin and space-end, no area-specific alignment.
> 
> J.Pietschmann


-- 
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


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


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



RE: inline> question

2003-01-21 Thread Roland Neilands
> The fop processor puts content in  elements on a
> new line (also
> indents).
> Shouldn't the purpose of this tag be to actually put
> something in line with
> something else?
> I don't think I understand the purpose of fo:inline.   Can
> someone explain?
> Also, can someone explain how to actually put text inline?
This should be more than you need:
http://www.zvon.org/HowTo/codes.php?query=inline&typ=elements&ns=any&order=l
ocalname

If this doesn't help, show us an example.

Cheers,
Roland


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



Re: Inline line-height

2002-02-24 Thread David Wood
It's in the spec, but not in FOP... Goes to show what a spec is often
worth.   :)

On Sun, 24 Feb 2002, Josh Campbell wrote:

> I was under the impression that line-height was a block attribute. I may
> be wrong as I've never really tried to use it inline. In CSS it's
> usually applied to div tags (as opposed to inline span tags).
>
> David Wood wrote:
>
> >Now that I'm thinking about it, is it just me, or is the line-height
> >attribute ignored for ?
> >
>
> Josh Campbell
>
>
> ZYPE - Graphical Interface Design
> Phone: 03 3862094
> Mobile: 021 400 472
> Web: www.zype.co.nz
>
>
>




Re: Inline line-height

2002-02-23 Thread Josh Campbell
I was under the impression that line-height was a block attribute. I may 
be wrong as I've never really tried to use it inline. In CSS it's 
usually applied to div tags (as opposed to inline span tags).

David Wood wrote:
Now that I'm thinking about it, is it just me, or is the line-height
attribute ignored for ?
Josh Campbell
ZYPE - Graphical Interface Design
Phone: 03 3862094
Mobile: 021 400 472
Web: www.zype.co.nz



Re: Inline

2002-02-20 Thread Josh Campbell
Another option would be to use a list -block to format it. You can then 
use fo:block to add in the indent.
I found it useful having those fo:blocks in there as you can hang pretty 
much anything off them.

Here's an example:

   
   
   Name
   
   
   24
   
   

Meena wrote:
But if i want such an output, how could i acheive it?
Josh Campbell
ZYPE - Graphical Interface Design
Phone: 03 3862094
Mobile: 021 400 472
Web: www.zype.co.nz



RE: Inline

2002-02-20 Thread Michiel Verhoef
Hi Meena,

As far as I know fo uses an HTML-like approach: use tables.

So you need to define a table with one row and three cells, one of them
being 2 inch wide
(use the column-width attribute of fo:column element).

I haven't tested this but it would look something like this:

  
 
 
 
 

   
  Name
   
   
  
   
   
  24
   

 
  

HTH,

Michiel


$ -Original Message-
$ From: Meena [mailto:[EMAIL PROTECTED]
$ Sent: woensdag 20 februari 2002 11:10
$ To: [EMAIL PROTECTED]
$ Subject: Re: Inline
$ 
$ 
$ Hi Michiel,
$ But if i want such an output, how could i acheive it?
$ 
$ Meena
$ - Original Message - 
$ From: "Michiel Verhoef" <[EMAIL PROTECTED]>
$ To: <[EMAIL PROTECTED]>
$ Sent: Wednesday, February 20, 2002 2:34 PM
$ Subject: RE: Inline
$ 
$ 
$ > Nope, according to the XSLFO reference on
$ > http://zvon.org/xxl/xslfoReference/Output/index.html 
$ > text-indent is not an attribute for fo:inline.
$ > 
$ > HTH,
$ > 
$ > Michiel
$ > 
$ > 
$ > -Original Message-
$ > From: Meena [mailto:[EMAIL PROTECTED]
$ > Sent: woensdag 20 februari 2002 10:15
$ > To: [EMAIL PROTECTED]
$ > Subject: Inline
$ > 
$ > 
$ > Hi,
$ > I've a block like this
$ > 
$ > Name
$ > 
$ >
$ > 
$ > 
$ > 
$ > I expect an output like, the below
$ > 
$ > Name24
$ > 
$ > But , the above block gives something like this,
$ > Name24
$ > 
$ > Is it not possible to mention text-indent in fo:inline?
$ > 
$ > Regds,
$ > Meena
$ > 
$ 
$ 


Re: Inline

2002-02-20 Thread Meena
Hi Michiel,
But if i want such an output, how could i acheive it?

Meena
- Original Message - 
From: "Michiel Verhoef" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 2:34 PM
Subject: RE: Inline


> Nope, according to the XSLFO reference on
> http://zvon.org/xxl/xslfoReference/Output/index.html 
> text-indent is not an attribute for fo:inline.
> 
> HTH,
> 
> Michiel
> 
> 
> -Original Message-
> From: Meena [mailto:[EMAIL PROTECTED]
> Sent: woensdag 20 februari 2002 10:15
> To: [EMAIL PROTECTED]
> Subject: Inline
> 
> 
> Hi,
> I've a block like this
> 
> Name
> 
>
> 
> 
> 
> I expect an output like, the below
> 
> Name24
> 
> But , the above block gives something like this,
> Name24
> 
> Is it not possible to mention text-indent in fo:inline?
> 
> Regds,
> Meena
> 

**Disclaimer
  


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 


RE: Inline

2002-02-20 Thread Michiel Verhoef
Nope, according to the XSLFO reference on
http://zvon.org/xxl/xslfoReference/Output/index.html 
text-indent is not an attribute for fo:inline.

HTH,

Michiel


-Original Message-
From: Meena [mailto:[EMAIL PROTECTED]
Sent: woensdag 20 februari 2002 10:15
To: [EMAIL PROTECTED]
Subject: Inline


Hi,
I've a block like this

Name

   



I expect an output like, the below

Name24

But , the above block gives something like this,
Name24

Is it not possible to mention text-indent in fo:inline?

Regds,
Meena