[xep-support]Using several alignment methods in one fo:block-container simultaneously.

From: Iren Myagkova (iren@relex.ru)
Date: Wed Feb 26 2003 - 06:38:08 PST

  • Next message: Clay Leeds: "Re: [xep-support]Using several alignment methods in one fo:block-container simultaneously."

    Hi,

    I use XEP. The task is to place several text blocks in a single line at the Footer of each page.
    E.g.: <Date> - in the left-hand corner, <Page number> - in the center, <Custom Text> - in the right-hand corner.
    The order in which this data is to be displayed on the page is not predefined, since the client wishes to change the data alignment and to affect its appearance in general.
    For instance, <Page number> may be aligned to the left, and <Date> may not be displayed at all.

    Could you tell me how it can be done?

    I tried using the <fo:block-container tag. However, its 'writing-mode' attribute has no 'center' value. Besides, each <fo:block-container is displayed on a new line.

     
    Example code:
    <fo:static-content flow-name="xsl-region-before">

    <fo:block-container relative-position="relative" writing-mode="lr">
    <fo:block> 02/25/2003</fo:block>
    </fo:block-container>

    <fo:block-container relative-position="relative" writing-mode="lr">
    <fo:block>
      Page <fo:page-number />
    </fo:block>
    </fo:block-container>

    <fo:block-container relative-position="relative" writing-mode="rl">
    <fo:block>Custom Text</fo:block>
    </fo:block-container>

    Best regards,

    Myagkova Irina

    (Relex Inc, Voronezh, e-mail: iren@relex.ru )

    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@renderx.com from the address
    you are subscribed from.
    (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



    This archive was generated by hypermail 2.1.5 : Wed Feb 26 2003 - 06:30:23 PST