Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Tue Sep 26, 2017 4:03 am

Hello July,

Glad to inform that the new feature of getting the "TrggerShape" is available now. Please download theSpire.Presentation Pack Hotfix Version:2.8.59 and use the code below to have a test.
Code: Select all
Presentation ppt = new Presentation();
ppt.LoadFromFile("input file");
SequenceCollection sc = ppt.Slides[0].Timeline.InteractiveSequences;
//get the trigger shape
Shape shape = sc[0].TriggerShape;


Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Wed Sep 27, 2017 7:36 am

Hi July,

Have you tried the hotfix?
If convenient, could you please give us some feedback?

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Fri Oct 13, 2017 2:26 pm

Hello !
It`s perfect ,Thanks verymuch! :P :P :P

July
 
Posts: 6
Joined: Wed Jun 07, 2017 5:31 am

Mon Oct 16, 2017 1:59 am

Hello July,

Thanks for your feedback.
Please feel free to contact us if you need any assistance.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Return to Spire.Presentation

cron