2017-03-29 53 views
1

這裏幻燈片添加默認聲音的形狀是我的代碼:如何在MS PowerPoint中使用C#

Microsoft.Office.Interop.PowerPoint.Shape rectangle = curSlide.Shapes.AddShape(Microsoft.Office.Core.MsoAutoShapeType.msoShapeRoundedRectangle, slideWidth - 110, slideHeight - 60, 100, 50); 
Sequence objSequence = curSlide.TimeLine.InteractiveSequences.Add(1); 
Effect pEffect_start = objSequence.AddEffect(rectangle, MsoAnimEffect.msoAnimEffectTransparency, MsoAnimateByLevel.msoAnimateLevelNone, MsoAnimTriggerType.msoAnimTriggerOnShapeClick, 1); 

我可以添加動畫造型,但有聲音我不能。

我不希望添加文件中的位置:

rectangle.AnimationSettings.SoundEffect.ImportFromFile(fileLocation); 

我要添加默認的聲音在簡報:

Powerpoint object sounds picket

我怎麼能這樣做?

回答

0

讓你嘗試你

pEffect_start.EffectInformation.PlaySettings.PlayOnEntry = Office.MsoTriState.msoCTrue; 
+0

旺,nhưng沒有鄺齋A,μ子洲蔡加清上午維羅塑造賈濤đượcRA特倫點ma科考QUA後添加這行代碼。 Toànlỗithôiạ。 – Quang

相關問題