Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7828527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:23:19+00:00 2026-06-02T10:23:19+00:00

I am using C# and VS2008. If I open a pre-existing Powerpoint file in

  • 0

I am using C# and VS2008. If I open a pre-existing Powerpoint file in C#, what do I need to do to be able to read what the text animations are for each slide? I think I can use Office Primary Interop Assemblies to handle PowerPoint, but what property would be used for text animations?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T10:23:19+00:00Added an answer on June 2, 2026 at 10:23 am

    I’m really pretty useless at animation coding, but this should give you a start:

    Each slide has a TimeLine

    The TimeLine has a MainSequence that contains most of the animations on the slide (there are also any number of interactive sequences, but let’s not complicate things that far).

    Each member(.Item) of the MainSequence has various properties like .EffectType and also .Shape (which points back to the shape the animation is applied to.

    With ActivePresentation.Slides(1).TimeLine.MainSequence
    
      ' how many animations are there in the main sequence?
      Debug.Print .Count
    
      For x = 1 to .Count
        ' What kind of effect is it?
        Debug.Print .Item(x).EffectType
        ' What shape is this animation applied to?
        Debug.Print .Item(x).Shape.Name
      Next
    End With
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using VS2008 and ASP.NET 3.5 (or VS 2010 / .NET 4.0?), how can I
Using VS2008 C# am attempting to interop a C++ dll. Have a C++ class
Im using VS2008 and My MFC application has started to crash when setting breakpoints
I am using VS2008 (C++) to create an IE plugin that creates a child
We are using VS2008 native Installer to set up our product. During both installation
I'm using VS2008 to develop an app. Now, whenever I connect to database in
I'm using VS2008 (with windows XP). Every time I try to run a unit
I'm using VS2008 and I created an app with a login screen. That screen
I'm using VS2008. Is the following OK to do the following VB.NET with a
I been using VS2008 Pro for a long time now but since of licensing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.