Add Custom data to application

V

Vineeth

Hi,

Iam developing a com addin for Powerpoint, my application have one project
file (template), its comes like an xml file currently i need to add that file
into the powerpoint that will not visible and un editable to user, if it
possible how can implement this??

Thanks
 
V

Vineeth

Hi,

In my application insert pictures into powerpoint, when an image insert into
powerpoint it have some data files that is like an xml file, i need to
insert that file along with the picture, each picture have each data file,
and i need to retrieve that file for future editing of that file,
how can implement this
 
C

Chirag

You can use the same idea that Steve mentioned. Like a presentation, each
shape also has the Tags collection. You can add your picture data to the
picture shapes. If PictureShp is your picture shape, then you would use

PictureShp.Tags.Add "TagName", "TagValue"

to store TagValue to a tag named TagName.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top