A
Abhishek
Hi!
I am facing a peculiar problem
I'll try and explain the problem to best of my ability.
I am working on the Timeline of a PPT.
I am putting the code below so that it becomes more understandable
for (int iSeq =0 ;iSeq<m_PPTSlide.TimeLine.MainSequence.Count ;iSeq++)
{
Effect sEffect= m_PPTSlide.TimeLine.MainSequence[iSeq+1];
SID=sEffect.Shape.Id.ToString(); --> This statement raises an exception
in the case of media objects , it executes perfectly in all other objects.
}
I need to store this information to extract the animationindex and the
animation type for all the shapes inserted on the slide.
What i cannot get is that if i can get all the information for al the other
objects why can't i get the information for the media as well
I basically need all the animation indexes, their animation type, and the
shape or media they are assigned to.
In case of media files it shows as the animation index as 1 or 0 or any
other value but does not display in the timeline.
Is there any other way i can achieve this
Please Help
Abhishek
I am facing a peculiar problem
I'll try and explain the problem to best of my ability.
I am working on the Timeline of a PPT.
I am putting the code below so that it becomes more understandable
for (int iSeq =0 ;iSeq<m_PPTSlide.TimeLine.MainSequence.Count ;iSeq++)
{
Effect sEffect= m_PPTSlide.TimeLine.MainSequence[iSeq+1];
SID=sEffect.Shape.Id.ToString(); --> This statement raises an exception
in the case of media objects , it executes perfectly in all other objects.
}
I need to store this information to extract the animationindex and the
animation type for all the shapes inserted on the slide.
What i cannot get is that if i can get all the information for al the other
objects why can't i get the information for the media as well
I basically need all the animation indexes, their animation type, and the
shape or media they are assigned to.
In case of media files it shows as the animation index as 1 or 0 or any
other value but does not display in the timeline.
Is there any other way i can achieve this
Please Help
Abhishek