【发布时间】:2016-02-04 17:02:57
【问题描述】:
如何在 RML 中旋转图像?我尝试使用rotate degrees="90",但没有成功。
【问题讨论】:
如何在 RML 中旋转图像?我尝试使用rotate degrees="90",但没有成功。
【问题讨论】:
如果您想使用<rotate degrees="90"/> 旋转图像,请输入<pageGraphics>。
<pageGraphics>
<rotate degrees="90"/>
<image x="19cm" y="1cm" height="70.0" >[[ company.footer_img ]]</image>
</pageGraphics>
【讨论】: