Wrong breaking columns in ReportLab RML

℡╲_俬逩灬. 提交于 2019-12-12 02:57:19

问题


i have set page template like this(split page by two columns)

    <pageTemplate id="secondary">
        <frame id="columnLeft" x1="15mm" y1="15mm" width="90mm" height="267mm"/>
        <frame id="columnRight" x1="114mm" y1="15mm" width="90mm" height="267mm"/>
    </pageTemplate>

Problem is that when content is breaking on the second page it first goes to the left column, even if it was in the right column.

I just need that content from left column on page break was moved to the left column on next page and content from right column to the right.

来源:https://stackoverflow.com/questions/25821336/wrong-breaking-columns-in-reportlab-rml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!