Class ParagraphStyle

단락스타일

전체 단락에 적용되는 텍스트 스타일입니다.

이 클래스의 읽기 메서드는 해당 TextRange가 여러 단락에 걸쳐 있고 이러한 단락에 호출되는 읽기 메서드의 값이 다른 경우 null를 반환합니다. 이를 방지하려면 Paragraph.getRange() 메서드에서 반환된 TextRange를 사용하여 단락 스타일을 쿼리합니다.

텍스트가 도형 내에 맞는 방식을 수정하는 메서드를 사용하면 단락 스타일에 적용된 모든 자동 조정 설정이 비활성화됩니다.

메서드

메서드반환 유형간략한 설명
getIndentEnd()NumberTextRange의 단락에 대한 텍스트 끝 들여쓰기를 포인트 단위로 반환하거나 지정된 텍스트에 단락 스타일이 여러 개인 경우 null을 반환합니다.
getIndentFirstLine()NumberTextRange의 단락 첫 번째 줄의 들여쓰기를 포인트 단위로 반환하거나 지정된 텍스트에 단락 스타일이 여러 개 있는 경우 null을 반환합니다.
getIndentStart()NumberTextRange의 단락에 대한 텍스트 시작 들여쓰기를 포인트 단위로 반환하거나 지정된 텍스트에 단락 스타일이 여러 개인 경우 null을 반환합니다.
getLineSpacing()Number줄 간격을 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null를 반환합니다.
getParagraphAlignment()ParagraphAlignmentTextRange의 단락 ParagraphAlignment를 반환하거나 지정된 텍스트에 단락 스타일이 여러 개 있는 경우 null를 반환합니다.
getSpaceAbove()NumberTextRange의 단락 위의 추가 공백을 포인트 단위로 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null을 반환합니다.
getSpaceBelow()NumberTextRange의 단락 아래에 있는 여백을 포인트 단위로 반환합니다. 지정된 텍스트에 여러 단락 스타일이 있는 경우 null을 반환합니다.
getSpacingMode()SpacingModeTextRange의 단락에 대한 SpacingMode를 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null를 반환합니다.
getTextDirection()TextDirectionTextRange의 단락에 대한 TextDirection를 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null를 반환합니다.
setIndentEnd(indent)ParagraphStyleTextRange의 단락에 대한 텍스트 끝 들여쓰기를 포인트로 설정합니다.
setIndentFirstLine(indent)ParagraphStyleTextRange의 단락 첫 줄 들여쓰기를 포인트로 설정합니다.
setIndentStart(indent)ParagraphStyleTextRange의 단락에 대한 텍스트 시작 들여쓰기를 포인트로 설정합니다.
setLineSpacing(spacing)ParagraphStyle줄 간격을 설정합니다.
setParagraphAlignment(alignment)ParagraphStyleTextRange에서 단락의 ParagraphAlignment를 설정합니다.
setSpaceAbove(space)ParagraphStyleTextRange의 단락 위의 추가 공백을 포인트로 설정합니다.
setSpaceBelow(space)ParagraphStyleTextRange의 단락 아래에 추가 공백을 포인트 단위로 설정합니다.
setSpacingMode(mode)ParagraphStyleTextRange의 단락에 SpacingMode를 설정합니다.
setTextDirection(direction)ParagraphStyleTextRange의 단락에 TextDirection를 설정합니다.

자세한 문서

getIndentEnd()

TextRange의 단락에 대한 텍스트 끝 들여쓰기를 포인트 단위로 반환하거나 지정된 텍스트에 단락 스타일이 여러 개인 경우 null을 반환합니다.

텍스트 끝에 해당하는 쪽은 현재 텍스트 방향을 기준으로 합니다.

리턴

Number

승인

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

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

getIndentFirstLine()

TextRange의 단락 첫 번째 줄의 들여쓰기를 포인트 단위로 반환하거나 지정된 텍스트에 단락 스타일이 여러 개 있는 경우 null을 반환합니다.

리턴

Number

승인

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

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

getIndentStart()

TextRange의 단락에 대한 텍스트 시작 들여쓰기를 포인트 단위로 반환하거나 지정된 텍스트에 단락 스타일이 여러 개인 경우 null을 반환합니다.

텍스트 시작 부분에 해당하는 쪽은 현재 텍스트 방향을 기준으로 합니다.

리턴

Number

승인

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

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

getLineSpacing()

줄 간격을 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null를 반환합니다.

선 사이의 간격에 해당하는 값으로, 기본값의 백분율입니다. 정상은 100.0으로 표시됩니다.

리턴

Number

승인

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

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

getParagraphAlignment()

TextRange의 단락 ParagraphAlignment를 반환하거나 지정된 텍스트에 단락 스타일이 여러 개 있는 경우 null를 반환합니다.

리턴

ParagraphAlignment

승인

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

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

getSpaceAbove()

TextRange의 단락 위의 추가 공백을 포인트 단위로 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null을 반환합니다.

리턴

Number

승인

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

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

getSpaceBelow()

TextRange의 단락 아래에 있는 여백을 포인트 단위로 반환합니다. 지정된 텍스트에 여러 단락 스타일이 있는 경우 null을 반환합니다.

리턴

Number

승인

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

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

getSpacingMode()

TextRange의 단락에 대한 SpacingMode를 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null를 반환합니다.

리턴

SpacingMode

승인

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

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

getTextDirection()

TextRange의 단락에 대한 TextDirection를 반환하거나 지정된 텍스트에 여러 단락 스타일이 있는 경우 null를 반환합니다.

리턴

TextDirection

승인

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

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

setIndentEnd(indent)

TextRange의 단락에 대한 텍스트 끝 들여쓰기를 포인트로 설정합니다.

텍스트 끝에 해당하는 쪽은 현재 텍스트 방향을 기준으로 합니다.

매개변수

이름유형설명
indentNumber

리턴

ParagraphStyle

승인

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

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

setIndentFirstLine(indent)

TextRange의 단락 첫 줄 들여쓰기를 포인트로 설정합니다.

매개변수

이름유형설명
indentNumber

리턴

ParagraphStyle

승인

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

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

setIndentStart(indent)

TextRange의 단락에 대한 텍스트 시작 들여쓰기를 포인트로 설정합니다.

텍스트 시작 부분에 해당하는 쪽은 현재 텍스트 방향을 기준으로 합니다.

매개변수

이름유형설명
indentNumber

리턴

ParagraphStyle

승인

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

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

setLineSpacing(spacing)

줄 간격을 설정합니다.

선 사이의 간격에 해당하는 값으로, 기본값의 백분율입니다. 정상은 100.0으로 표시됩니다.

매개변수

이름유형설명
spacingNumber

리턴

ParagraphStyle

승인

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

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

setParagraphAlignment(alignment)

TextRange에서 단락의 ParagraphAlignment를 설정합니다.

매개변수

이름유형설명
alignmentParagraphAlignment

리턴

ParagraphStyle

승인

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

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

setSpaceAbove(space)

TextRange의 단락 위의 추가 공백을 포인트로 설정합니다.

매개변수

이름유형설명
spaceNumber

리턴

ParagraphStyle

승인

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

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

setSpaceBelow(space)

TextRange의 단락 아래에 추가 공백을 포인트 단위로 설정합니다.

매개변수

이름유형설명
spaceNumber

리턴

ParagraphStyle

승인

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

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

setSpacingMode(mode)

TextRange의 단락에 SpacingMode를 설정합니다.

매개변수

이름유형설명
modeSpacingMode

리턴

ParagraphStyle

승인

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

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

setTextDirection(direction)

TextRange의 단락에 TextDirection를 설정합니다.

매개변수

이름유형설명
directionTextDirection

리턴

ParagraphStyle

승인

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

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