Class ParagraphStyle

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