SelectionType는 선택된 하나 이상의 객체 중에서 가장 구체적인 유형을 나타냅니다. 예를 들어 Table에서 TableCell 인스턴스를 하나 이상 선택하면 선택 유형은 SelectionType.TABLE_CELL입니다. TableCellRange는 Selection.getTableCellRange를 사용하여 가져올 수 있습니다. Table는 Selection.getPageElementRange를 사용하여 가져올 수 있고 Page는 Selection.getCurrentPage에서 가져올 수 있습니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
SlidesApp.SelectionType.TEXT을 예로 들 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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)."]]],[]]