【问题标题】:How to Rotate an Image in RML?如何在 RML 中旋转图像?
【发布时间】:2016-02-04 17:02:57
【问题描述】:

如何在 RML 中旋转图像?我尝试使用rotate degrees="90",但没有成功。

【问题讨论】:

    标签: image rotation rml


    【解决方案1】:

    如果您想使用<rotate degrees="90"/> 旋转图像,请输入<pageGraphics>

    <pageGraphics>
        <rotate degrees="90"/>
        <image x="19cm" y="1cm" height="70.0" >[[ company.footer_img ]]</image>
    </pageGraphics>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-09-03
      • 2017-04-14
      • 2015-04-04
      • 2011-06-25
      • 2016-07-20
      • 2021-11-30
      • 2011-07-20
      • 1970-01-01
      相关资源
      最近更新 更多