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