Class TableCell

표의 셀입니다.

메서드

메서드반환 유형간략한 설명
getColumnIndex()Integer표 셀의 0부터 시작하는 열 색인을 반환합니다.
getColumnSpan()Integer표 셀의 열 범위를 반환합니다.
getContentAlignment()ContentAlignment테이블 셀의 텍스트 ContentAlignment를 반환합니다.
getFill()Fill표 셀의 채우기를 반환합니다.
getHeadCell()TableCell이 표 셀의 머리글 셀을 반환합니다.
getMergeState()CellMergeState표 셀의 병합 상태를 반환합니다.
getParentColumn()TableColumn현재 셀이 포함된 테이블 열을 반환합니다.
getParentRow()TableRow현재 셀이 포함된 테이블 행을 반환합니다.
getParentTable()Table현재 셀이 포함된 테이블을 반환합니다.
getRowIndex()Integer표 셀의 0부터 시작하는 행 색인을 반환합니다.
getRowSpan()Integer표 셀의 행 범위를 반환합니다.
getText()TextRange표 셀의 텍스트 콘텐츠를 반환합니다.
setContentAlignment(contentAlignment)TableCell표 셀의 텍스트 ContentAlignment를 설정합니다.

자세한 문서

getColumnIndex()

표 셀의 0부터 시작하는 열 색인을 반환합니다.

리턴

Integer

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getColumnSpan()

표 셀의 열 범위를 반환합니다.

리턴

Integer

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getContentAlignment()

테이블 셀의 텍스트 ContentAlignment를 반환합니다.

리턴

ContentAlignment

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getFill()

표 셀의 채우기를 반환합니다.

리턴

Fill

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getHeadCell()

이 표 셀의 머리글 셀을 반환합니다. 이 셀이 병합되지 않았거나 이 셀이 헤드 셀인 경우 null를 반환합니다.

리턴

TableCell

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getMergeState()

표 셀의 병합 상태를 반환합니다.

리턴

CellMergeState

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getParentColumn()

현재 셀이 포함된 테이블 열을 반환합니다.

리턴

TableColumn

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getParentRow()

현재 셀이 포함된 테이블 행을 반환합니다.

리턴

TableRow

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getParentTable()

현재 셀이 포함된 테이블을 반환합니다.

리턴

Table

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getRowIndex()

표 셀의 0부터 시작하는 행 색인을 반환합니다.

리턴

Integer

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getRowSpan()

표 셀의 행 범위를 반환합니다.

리턴

Integer

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getText()

표 셀의 텍스트 콘텐츠를 반환합니다. 합병되었지만 헤드 셀이 아닌 셀인 경우 null를 반환합니다.

테이블 셀 내 텍스트는 항상 줄바꿈 문자로 끝납니다.

리턴

TextRange

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setContentAlignment(contentAlignment)

표 셀의 텍스트 ContentAlignment를 설정합니다.

매개변수

이름유형설명
contentAlignmentContentAlignment

리턴

TableCell

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations