在照片旁边和下面的文字

时间:2016-11-23 11:26:44

标签: xsl-fo textflow

我正在尝试在照片旁放置一些文字,我希望此文字在图像下方流动,如下所示。 我使用FOP 1.0,因此我无法真正使用浮动元素

enter image description here

我尝试用块容器的绝对定位来做,但文本也在图像下面。

<fo:block >
    <xsl:apply-templates select="//StringValue[@name='myString']/Value/node()" />
<fo:block-container   width="140px" wrap-option="wrap" >
    <fo:block >
        <fo:external-graphic content-height="3.4cm"     
        content-width="5.3cm" scaling="scale-to-fit" src="{//StringValue[@name = 'photo']/Value}" />
    </fo:block>
</fo:block-container>   
</fo:block>

任何线索?

0 个答案:

没有答案