Adding warning message on clicking OLE feature in PPTX

Hi Team,

I’m trying to embed excel file as on OLE object in PPTX.
I’m able to do that but once clicking the slide in PPTX for OLE I have a scenario where I need to display a warning message that this PPTX slide does not contains all information.

Is this possible ? If yes could you please provide me some sample piece of code.

Please find attached the sample java code to embed the excel file as OLE object in PPTX and also the excel file.

Regards,
Sanjeev

Hi Sanjeev,

Thanks for inquiring Aspose.

I have observed your requirements for adding a warning message when Ole frame is clicked inside slide of presentation. I like to add here that Ole frames enabling is managed internally by MS Office Ole Engine. There is nothing much that can be done either using Aspose.Slides or Cells except creating an Ole frame. The rest of management of Ole frame is managed internally by MS Office Ole Engine internally when ole frame is clicked inside PowerPoint presentation. I hope this will clarify the concept to you.

Many Thanks,