R
Robert Pohl
Hello, How can I get the animation data from a shape? (PPT 2003)
I use this code for the entry effect:
/* Check for entry effect */
if(_slide.Shapes[n].AnimationSettings.Animate==Microsoft.Office.Core.MsoTriState.msoTrue)
{
_so.Animation = (int)_slide.Shapes[n].AnimationSettings.EntryEffect;
}
Can I do anything similar with the exit effect (the effect that fades the
object away)
Thanks,
Rob
I use this code for the entry effect:
/* Check for entry effect */
if(_slide.Shapes[n].AnimationSettings.Animate==Microsoft.Office.Core.MsoTriState.msoTrue)
{
_so.Animation = (int)_slide.Shapes[n].AnimationSettings.EntryEffect;
}
Can I do anything similar with the exit effect (the effect that fades the
object away)
Thanks,
Rob