共用方式為


PowerPoint) (ActionSettings 物件

包含兩個 ActionSetting 物件的圖案或文字範圍的集合。 一個 ActionSetting 物件代表指定之的物件如何反應當使用者按一下該投影片放映、 期間和其他 ActionSetting 物件代表指定之的物件對於使用者透過它移動滑鼠指標在投影片放映時的應變。

範例

使用ActionSettings屬性可傳回 ActionSettings 集合。 使用 ActionSettings (索引) ,其中 indexppMouseClickppMouseOver,可傳回單一 ActionSetting 物件。 下列範例會指定每當滑鼠指標經過圖案上方投影片放映期間就要執行 CalculateTotal 巨集。

With ActivePresentation.Slides(1).Shapes(3) _
        .ActionSettings(ppMouseOver)
    .Action = ppActionRunMacro
    .Run = "CalculateTotal"
    .AnimateAction = True
End With

另請參閱

PowerPoint 物件模型參考資料

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應