Changing the way that inline images are layered and interact with one-another
This is a pretty specific use-case so I'm not sure it's possible. I've got some graphics that are placed inline in my document, and then I adjust the styles so that these graphics are overlapping each other slightly, by defining an object style with a text-wrap and a negative offset.
By default, whenever these inline images overlap, the image to the right is placed on top of the image to its left (makes sense). Is there any way to manipulate that and put an image to the left over top of one to the right? For example, imagine the first image is a right-facing arrow and I want it over top and overlapping the image to its right.
While some way to manipulate this via styles would be ideal, if it's something that requires scripting I can probably try that approach as well. I've gone through all of the style settings and don't see anything that seems like it would modify this, but maybe I'm missing something, or maybe it's not possible.
