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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
