L
Luca Brasi
My add-in places an image onto the active slide (using Shapes.AddPicture
method).
So far so good, but I noticed that PP2007 automatically assigns the newly
inserted image to any available and empty placeholder (if the placeholder is
of an appropriate type for an image). If I remember right this worked
different in previous versions of PP. I agree that this behavior might be
reasonable in some cases but for my add-in it's very bad. I would like any
placeholders to stay untouched by my add-in.
The only workaround I see so far is to first remove all placeholder of types
that could contain an image, insert then the image in the slide and restore
all previously deleted placeholders again.
I'm wondering if there's not a much easier approach to this. Any hints are
greatly appreciated!
Thanks, Luca
method).
So far so good, but I noticed that PP2007 automatically assigns the newly
inserted image to any available and empty placeholder (if the placeholder is
of an appropriate type for an image). If I remember right this worked
different in previous versions of PP. I agree that this behavior might be
reasonable in some cases but for my add-in it's very bad. I would like any
placeholders to stay untouched by my add-in.
The only workaround I see so far is to first remove all placeholder of types
that could contain an image, insert then the image in the slide and restore
all previously deleted placeholders again.
I'm wondering if there's not a much easier approach to this. Any hints are
greatly appreciated!
Thanks, Luca