Class Autofit

自动调整

描述形状的自动调整设置。如果做出的更改可能会影响其边界文本框中的文字大小,请执行以下操作:

  • 自动调整功能已停用,并设置为 AutofitType.NONE
  • 字体大小会重置为默认值并应用于字体大小。
  • 行距缩减会重置为默认值,并应用于行间距。

方法

方法返回类型简介
disableAutofit()Autofit将形状的 AutofitType 设置为 AutofitType.NONE
getAutofitType()AutofitType获取形状的 AutofitType
getFontScale()Number获取应用于形状的字体缩放。
getLineSpacingReduction()Number获取形状缩小的行间距。

详细文档

disableAutofit()

将形状的 AutofitType 设置为 AutofitType.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()

获取应用于形状的字体缩放。对于具有 AutofitType AutofitType.NONEAutofitType.SHAPE_AUTOFIT 的形状,此值为默认值 1。对于 AutofitType.TEXT_AUTOFIT,返回值是将原始字号乘以原始字号以适应相应形状的大小。

弃踢回攻

Number - 字体比例。

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

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

getLineSpacingReduction()

获取形状缩小的行间距。对于具有 AutofitType AutofitType.NONEAutofitType.SHAPE_AUTOFIT 的形状,此值为默认值 0。对于 AutofitType.TEXT_AUTOFIT,返回值是为使文本适合形状而从原始间距中减去的间距量。

弃踢回攻

Number - 行间距。

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

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