說明形狀的自動調整設定。如果變更可能影響文字在其邊界文字方塊內的顯示方式,請注意以下事項:
- 自動調整功能已停用並設為
Autofit
。Type.NONE - 字型比例會重設為預設值,並套用至字型大小。
- 行距縮減量會重設為預設值,並套用至行距。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
disable | Autofit | 將形狀的 Autofit 設為 Autofit 。 |
get | Autofit | 取得形狀的 Autofit 。 |
get | Number | 取得套用至形狀的字型比例。 |
get | Number | 取得套用至形狀的行距縮減值。 |
內容詳盡的說明文件
disable Autofit()
將形狀的 Autofit
設為 Autofit
。
回攻員
Autofit
:自動調整,用於鏈結。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Autofit Type()
取得形狀的 Autofit
。
回攻員
Autofit
:自動調整類型。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Font Scale()
取得套用至形狀的字型比例。對於具有 Autofit
Autofit
或 Autofit
的形狀,這個值的預設值為 1。對於 Autofit
,傳回的值是將原始字型大小乘以適合形狀的值。
回攻員
Number
:字型比例。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Line Spacing Reduction()
取得套用至形狀的行距縮減量。對於具有 Autofit
Autofit
或 Autofit
的形狀,這個值的預設值為 0。對於 Autofit
,傳回的值是從原始間距中減去的間距量,以便讓文字可在形狀中顯示。
回攻員
Number
:行距。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations