Class Autofit

자동 맞춤

도형의 자동 맞춤 설정을 설명합니다. 경계 텍스트 상자 내의 텍스트 맞추기에 영향을 미칠 수 있는 변경사항이 발생한 경우:

  • 자동 맞춤이 비활성화되고 AutofitType.NONE로 설정됩니다.
  • 글꼴 크기가 기본값으로 재설정되고 글꼴 크기에 적용됩니다.
  • 줄 간격 감소는 기본값으로 재설정되고 줄 간격에 적용됩니다.

방법

메서드반환 유형간략한 설명
disableAutofit()Autofit도형의 AutofitTypeAutofitType.NONE로 설정합니다.
getAutofitType()AutofitType도형의 AutofitType를 가져옵니다.
getFontScale()Number도형에 적용된 글꼴 크기를 가져옵니다.
getLineSpacingReduction()Number도형에 적용되는 줄 간격 감소를 가져옵니다.

자세한 문서

disableAutofit()

도형의 AutofitTypeAutofitType.NONE로 설정합니다.

리턴

Autofit - 체이닝을 위한 자동 맞춤입니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

getAutofitType()

도형의 AutofitType를 가져옵니다.

리턴

AutofitType - 자동 맞춤 유형입니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

getFontScale()

도형에 적용된 글꼴 크기를 가져옵니다. AutofitTypeAutofitType.NONE 또는 AutofitType.SHAPE_AUTOFIT인 도형의 경우 이 값은 기본값 1입니다. AutofitType.TEXT_AUTOFIT의 경우 반환되는 값은 도형에 맞추기 위해 원래 글꼴 크기를 곱하는 값입니다.

리턴

Number - 글꼴 크기입니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

getLineSpacingReduction()

도형에 적용되는 줄 간격 감소를 가져옵니다. AutofitTypeAutofitType.NONE 또는 AutofitType.SHAPE_AUTOFIT인 도형의 경우 이 값은 기본값 0입니다. AutofitType.TEXT_AUTOFIT의 경우 반환되는 값은 텍스트가 도형에 맞도록 원래 간격에서 뺀 간격입니다.

리턴

Number - 줄 간격

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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