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