locked
how to set Image information by relative position in powerpoint RRS feed

  • Question

  • I'm using xslt to convert an xml to one pptx slide,i meet this question: 

    As we know we can set the image position by using

     <a:xfrm>
          <a:off x="641350" y="333375"/>
          <a:ext cx="7731125" cy="868363"/>
         </a:xfrm>

    what i want to do is to set a relative postion rather than a absolute position by using <a:off x="641350" y="333375"/>.Because there are some text around the image,if i set an absolute position the image maybe overlap the text.

    So anyone can tell me how to achieve it? thanks 

    • Moved by Ji.Zhou Monday, August 23, 2010 3:14 AM (From:Open XML Format SDK)
    Friday, July 30, 2010 4:01 AM

Answers