O SelectionType representa o tipo mais específico de um ou mais objetos
selecionados. Por exemplo, se uma ou mais instâncias de TableCell forem selecionadas em um Table, o tipo de seleção será SelectionType.TABLE_CELL. O TableCellRange pode ser
extraído usando o Selection.getTableCellRange. O Table pode ser recuperado usando
Selection.getPageElementRange, e o Page pode ser recuperado do
Selection.getCurrentPage.
Para chamar um tipo enumerado, chame a classe, o nome e a propriedade pai dele. Por exemplo,
SlidesApp.SelectionType.TEXT.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2023-12-02 UTC."],[[["`SelectionType` identifies the specific type of selected objects in Google Slides, like text, table cells, or pages."],["When multiple objects of the same type are selected, `SelectionType` reflects the most specific type, enabling access to properties like `TableCellRange` or `PageElementRange`."],["`SelectionType` has several enum values, including `UNSUPPORTED`, `NONE`, `TEXT`, `TABLE_CELL`, `PAGE`, `PAGE_ELEMENT`, and `CURRENT_PAGE`, representing different selection states."],["You can access these values using the syntax `SlidesApp.SelectionType.TEXT` (replace `TEXT` with the desired property)."]]],[]]