A
Akiro
Hello,
Here's the question we've been seeking an answer to for some time:
How can we, using Microsoft's Office Interop library, programmatically
.. . . apply all properties of a Master Slide to each individual slide,
such that the presentation looks the same, but the Master Slide is
henceforth redundant and thus delete-able?
We have created an online powerpoint slide repository where users can
upload presentations. The application slices up the presentation so
each slide becomes its own individual presentation added into the
library (users can then pull individual slides from the library and
assemble them online, then download). The problem we're having is that
we dont know how to access the properties of the master slide such that
we can keep the user's formatting.
Each slide we slice off of the uploaded presentation loses the master
slide's properties - so we need to preserve that... again,
programatically after the presentation has been uploaded.
Ideas?
Here's the question we've been seeking an answer to for some time:
How can we, using Microsoft's Office Interop library, programmatically
.. . . apply all properties of a Master Slide to each individual slide,
such that the presentation looks the same, but the Master Slide is
henceforth redundant and thus delete-able?
We have created an online powerpoint slide repository where users can
upload presentations. The application slices up the presentation so
each slide becomes its own individual presentation added into the
library (users can then pull individual slides from the library and
assemble them online, then download). The problem we're having is that
we dont know how to access the properties of the master slide such that
we can keep the user's formatting.
Each slide we slice off of the uploaded presentation loses the master
slide's properties - so we need to preserve that... again,
programatically after the presentation has been uploaded.
Ideas?