How to align entire block images to center in PDF suing xsl:fo?

429 views
Skip to first unread message

Rahul H

unread,
Dec 13, 2016, 1:17:21 AM12/13/16
to DITA-OT Users
Hi Developers,

I am trying to align all block images to center in PDF. Below is my code

<xsl:when test="not(@placement = 'inline')">
                <!--                <fo:float xsl:use-attribute-sets="image__float">-->
                <fo:block xsl:use-attribute-sets="image__block" id="{@id}" text-align="center">
                    <xsl:call-template name="placeImage">
                        <!--<xsl:with-param name="imageAlign" select="@align"/>-->
                        <xsl:with-param name="href" select="@href"/>
                        <xsl:with-param name="height" select="@height"/>
                        <xsl:with-param name="width" select="@width"/>
                    </xsl:call-template>
                </fo:block>
            </xsl:when>

But some where text-align='left" is inheriting. i check all files but no luck. Anybody know where the possible xsl file which is overriding.
Thanks
Rahul

Toshihiko Makita

unread,
Dec 13, 2016, 7:50:56 AM12/13/16
to DITA-OT Users
Hi Rahul,

> But some where text-align='left" is inheriting.

Did you find any text-align="left" property in the generated XSL-FO file?

Regards,

-- 
/*--------------------------------------------------
 Toshihiko Makita
 Development Group. Antenna House, Inc. Ina Branch
 Web site:
 http://www.antenna.co.jp/
 http://www.antennahouse.com/
 --------------------------------------------------*/ 


2016年12月13日火曜日 15時17分21秒 UTC+9 Rahul H:

Rahul H

unread,
Dec 13, 2016, 1:49:28 PM12/13/16
to DITA-OT Users
Yes.

Toshihiko Makita

unread,
Dec 14, 2016, 10:47:02 AM12/14/16
to DITA-OT Users
Hi  Rahul,

> Yes.

Then you can find out where text-align="left" is applied.

Your code seems to be old PDF2 (FO) plug-in version when DITA-OT is 1.5.4 or near.
I grepped all of the stylesheet code where text-align="start/left" is defined. But there is no such relevant style definition.

Regards,

-- 
/*-------------------------------------------------- 
 Toshihiko Makita 
 Development Group. Antenna House, Inc. Ina Branch 
 Web site: 
 http://www.antenna.co.jp/ 
 http://www.antennahouse.com/ 
 --------------------------------------------------*/ 

2016年12月14日水曜日 3時49分28秒 UTC+9 Rahul H:
Reply all
Reply to author
Forward
0 new messages