A
Abhishek
Hi!
I need to extract all the master slides information.
Earlier I was dealing with single masters so did not have any problem.
Now I have PPT's that have multiple masters
I know i can extract information of master slide corresponding to each
slide by using
m_PPTSlide.Master
but in this case if there are 2 masters and 10 slides (with 5 using a master
each) i will have to process the same masters 5 times insteadof just one.
Is there any way out through which I can only extract all the masters
present in the presentation
I hope i have been able to explain my problem.
For ref i am using Office 2003
Regards,
Abhishek
I need to extract all the master slides information.
Earlier I was dealing with single masters so did not have any problem.
Now I have PPT's that have multiple masters
I know i can extract information of master slide corresponding to each
slide by using
m_PPTSlide.Master
but in this case if there are 2 masters and 10 slides (with 5 using a master
each) i will have to process the same masters 5 times insteadof just one.
Is there any way out through which I can only extract all the masters
present in the presentation
I hope i have been able to explain my problem.
For ref i am using Office 2003
Regards,
Abhishek