You can't change z-order of shapes in XSLF. In theory you can do it by manipulating low-level XML via XLMBeans:
slide.getXMLObject() returns you the tree of slide objects. To change layer of a shape you need to re-position it in the XML tree. Yegor On Mon, Apr 30, 2012 at 6:31 PM, wirthi <danielwi...@wih24.de> wrote: > Hi! > Is there any possibility to set the layer of a XSLFAutoShape Object? I can't > find a method for this in the API but maybe I just overlook it. > Thanks! > > Wirthi > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/Any-possibility-to-set-the-layer-of-a-XSLFAutoShape-Object-tp5676075.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@poi.apache.org > For additional commands, e-mail: user-h...@poi.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org