ActionSetting 对象 (PowerPoint)

包含指定形状或文本范围在幻灯片放映中对鼠标动作的反应的有关信息。

备注

ActionSetting 对象是 ActionSettings 集合的一个成员。 该 ActionSettings 集合包含一个 ActionSetting 对象,它代表指定的对象在幻灯片放映和一个 ActionSetting 对象,它表示当用户将鼠标指针移在幻灯片放映期间指定的对象的反应过程在用户单击它时的反应。

如果已设置 ActionSetting 对象的属性似乎未生效,请确保已将 Action 属性设置为适当的值。

示例

使用 ActionSettings (index) (其中 indexppMouseClickppMouseOver)可返回单个 ActionSetting 对象。 下面的示例文本的鼠标单击操作的第三个形状中第一张幻灯片中当前演示文稿连接到 Internet。

With ActivePresentation.Slides(1).Shapes(3) _ 
        .TextFrame.TextRange.ActionSettings(ppMouseClick) 
    .Action = ppActionHyperlink 
    .Hyperlink.Address = "https://www.microsoft.com" 
End With

属性

名称
Action
ActionVerb
AnimateAction
应用程序
Hyperlink
Parent
Run
ShowAndReturn
SlideShowName
SoundEffect

另请参阅

PowerPoint 对象模型引用

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。