說明形狀的自動調整設定。如果變更可能會影響定界框內的文字合框設定:
- 自動調整功能已停用並設為
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.NONE
或 AutofitType.SHAPE_AUTOFIT
的形狀,這個值會是預設值 1。對於 AutofitType.TEXT_AUTOFIT
,傳回的值是原始字型大小乘以形狀,以符合形狀。
回攻員
Number
— 字型。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getLineSpacingReduction()
取得套用至形狀的線條間距縮減設定。如果是具有 AutofitType
AutofitType.NONE
或 AutofitType.SHAPE_AUTOFIT
的形狀,這個值會是預設值 0。對於 AutofitType.TEXT_AUTOFIT
,傳回值是從原始間距減去的間距量,可讓文字符合形狀。
回攻員
Number
:行間距。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations