API usage演示文稿 APIEnumerationSelectionType本页总览SelectionTypeAsk a question 表示选择中的对象类型。 类型 枚举 值 "none" "shapes" "slides" "text" 示例 This example gets type of a current selection. CodeResultPlaygroundconst selectionType = Api.GetSelection().GetType();