You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Etienne Baert (SPSInfoquest nv)" <eb...@sps.be> on 2001/12/03 11:26:00 UTC

Attaching text to bottom of page

Is there a way to attach text to the bottom of page 
without making it part of a footer?  
I have a variable content page but I always want to 
have disclaimer text right above the footer without 
making it part of the footer.

Thanks for any help!

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


RE: Attaching text to bottom of page

Posted by "Etienne Baert (SPSInfoquest nv)" <eb...@sps.be>.
Finally, I solved my problem by using a <fo:footnote>
like this :
<fo:footnote>
    <fo:inline/>
    <fo:footnote-body>
        <fo:block>my text to be placed at bottom of a page</fo:block>
    </fo:footnote-body>
</fo:footnote>

Many thanks,
Etienne Baert

-----Original Message-----
From: Arved Sandstrom [mailto:Arved_37@chebucto.ns.ca]
Sent: lundi 3 décembre 2001 13:44
To: fop-dev@xml.apache.org
Subject: Re: Attaching text to bottom of page


Why would it not be _in_ the footer? This sounds like splitting hairs. An
XSL-FO footer merely consists of stuff that needs to be at the bottom of
pages, possibly based on page number but regardless of content. If your
disclaimer fits those criteria it belongs in the XSL footer (stuff in a
region-after, for example).

Is there something here we aren't aware of? :-)

Regards,
Arved Sandstrom

----- Original Message -----
From: "Etienne Baert (SPSInfoquest nv)" <eb...@sps.be>
To: <fo...@xml.apache.org>
Sent: Monday, December 03, 2001 6:57 AM
Subject: RE: Attaching text to bottom of page


> Well, not really, as with footnotes they are cross-references
> from and to the body text, which I don't need in my case.
> The disclaimer has simply to be present and to be placed
> at the bottom of the page, just above the footer.
>
> -----Original Message-----
> From: Keiron Liddle [mailto:keiron@aftexsw.com]
> Sent: lundi 3 décembre 2001 11:34
> To: fop-dev@xml.apache.org
> Subject: Re: Attaching text to bottom of page
>
>
>
> Do you mean you want a footnote?
>
> A footnote will be placed at the bottom of the body region and the area
> for the flow will be reduced.
>
> On 2001.12.03 11:26 Etienne Baert SPSInfoquest nv wrote:
> > Is there a way to attach text to the bottom of page
> > without making it part of a footer?
> > I have a variable content page but I always want to
> > have disclaimer text right above the footer without
> > making it part of the footer.
> >
> > Thanks for any help!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Attaching text to bottom of page

Posted by Arved Sandstrom <Ar...@chebucto.ns.ca>.
Why would it not be _in_ the footer? This sounds like splitting hairs. An
XSL-FO footer merely consists of stuff that needs to be at the bottom of
pages, possibly based on page number but regardless of content. If your
disclaimer fits those criteria it belongs in the XSL footer (stuff in a
region-after, for example).

Is there something here we aren't aware of? :-)

Regards,
Arved Sandstrom

----- Original Message -----
From: "Etienne Baert (SPSInfoquest nv)" <eb...@sps.be>
To: <fo...@xml.apache.org>
Sent: Monday, December 03, 2001 6:57 AM
Subject: RE: Attaching text to bottom of page


> Well, not really, as with footnotes they are cross-references
> from and to the body text, which I don't need in my case.
> The disclaimer has simply to be present and to be placed
> at the bottom of the page, just above the footer.
>
> -----Original Message-----
> From: Keiron Liddle [mailto:keiron@aftexsw.com]
> Sent: lundi 3 décembre 2001 11:34
> To: fop-dev@xml.apache.org
> Subject: Re: Attaching text to bottom of page
>
>
>
> Do you mean you want a footnote?
>
> A footnote will be placed at the bottom of the body region and the area
> for the flow will be reduced.
>
> On 2001.12.03 11:26 Etienne Baert SPSInfoquest nv wrote:
> > Is there a way to attach text to the bottom of page
> > without making it part of a footer?
> > I have a variable content page but I always want to
> > have disclaimer text right above the footer without
> > making it part of the footer.
> >
> > Thanks for any help!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


RE: Attaching text to bottom of page

Posted by "Etienne Baert (SPSInfoquest nv)" <eb...@sps.be>.
Well, not really, as with footnotes they are cross-references
from and to the body text, which I don't need in my case.
The disclaimer has simply to be present and to be placed
at the bottom of the page, just above the footer.

-----Original Message-----
From: Keiron Liddle [mailto:keiron@aftexsw.com]
Sent: lundi 3 décembre 2001 11:34
To: fop-dev@xml.apache.org
Subject: Re: Attaching text to bottom of page



Do you mean you want a footnote?

A footnote will be placed at the bottom of the body region and the area
for the flow will be reduced.

On 2001.12.03 11:26 Etienne Baert SPSInfoquest nv wrote:
> Is there a way to attach text to the bottom of page
> without making it part of a footer?
> I have a variable content page but I always want to
> have disclaimer text right above the footer without
> making it part of the footer.
>
> Thanks for any help!

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Attaching text to bottom of page

Posted by Keiron Liddle <ke...@aftexsw.com>.
Do you mean you want a footnote?

A footnote will be placed at the bottom of the body region and the area 
for the flow will be reduced.

On 2001.12.03 11:26 Etienne Baert SPSInfoquest nv wrote:
> Is there a way to attach text to the bottom of page
> without making it part of a footer?
> I have a variable content page but I always want to
> have disclaimer text right above the footer without
> making it part of the footer.
> 
> Thanks for any help!

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org