표의 셀입니다.
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
get | Integer | 표 셀의 0부터 시작하는 열 색인을 반환합니다. |
get | Integer | 표 셀의 열 범위를 반환합니다. |
get | Content | 테이블 셀의 텍스트 Content 를 반환합니다. |
get | Fill | 표 셀의 채우기를 반환합니다. |
get | Table | 이 표 셀의 머리글 셀을 반환합니다. |
get | Cell | 표 셀의 병합 상태를 반환합니다. |
get | Table | 현재 셀이 포함된 테이블 열을 반환합니다. |
get | Table | 현재 셀이 포함된 테이블 행을 반환합니다. |
get | Table | 현재 셀이 포함된 테이블을 반환합니다. |
get | Integer | 표 셀의 0부터 시작하는 행 색인을 반환합니다. |
get | Integer | 표 셀의 행 범위를 반환합니다. |
get | Text | 표 셀의 텍스트 콘텐츠를 반환합니다. |
set | Table | 표 셀의 텍스트 Content 를 설정합니다. |
자세한 문서
get Column Index()
표 셀의 0부터 시작하는 열 색인을 반환합니다.
리턴
Integer
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Column Span()
표 셀의 열 범위를 반환합니다.
리턴
Integer
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Content Alignment()
테이블 셀의 텍스트 Content
를 반환합니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Fill()
get Head Cell()
이 표 셀의 머리글 셀을 반환합니다. 이 셀이 병합되지 않았거나 이 셀이 헤드 셀인 경우 null
를 반환합니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Merge State()
표 셀의 병합 상태를 반환합니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Parent Column()
현재 셀이 포함된 테이블 열을 반환합니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Parent Row()
get Parent Table()
get Row Index()
표 셀의 0부터 시작하는 행 색인을 반환합니다.
리턴
Integer
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Row Span()
표 셀의 행 범위를 반환합니다.
리턴
Integer
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Text()
표 셀의 텍스트 콘텐츠를 반환합니다. 합병되었지만 헤드 셀이 아닌 셀인 경우 null
를 반환합니다.
테이블 셀 내 텍스트는 항상 줄바꿈 문자로 끝납니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Content Alignment(contentAlignment)
표 셀의 텍스트 Content
를 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
content | Content |
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations