図形の自動調整設定を記述します。境界テキスト ボックス内のテキストのフィット感に影響する可能性がある変更を加えた場合は、次の操作を行います。
- 自動調整は無効になっており、
Autofit
に設定されています。Type.NONE - フォントスケールはデフォルト値にリセットされ、フォントサイズに適用されます。
- 行間隔の縮小はデフォルト値にリセットされ、行間隔に適用されます。
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
disable | Autofit | シェイプの Autofit を Autofit に設定します。 |
get | Autofit | シェイプの Autofit を取得します。 |
get | Number | シェイプに適用されているフォント スケールを取得します。 |
get | Number | 図形に適用されている行間の短縮を取得します。 |
詳細なドキュメント
disable Autofit()
シェイプの Autofit
を Autofit
に設定します。
戻る
Autofit
- チェーン用の自動調整。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Autofit Type()
シェイプの Autofit
を取得します。
戻る
Autofit
- 自動調整の種類。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Font Scale()
シェイプに適用されているフォント スケールを取得します。Autofit
Autofit
または Autofit
を使用するシェイプの場合、この値はデフォルトの 1 です。Autofit
の場合、返される値は、元のフォントサイズに掛けてシェイプ内に収まるようにした値です。
戻る
Number
- フォントスケール。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Line Spacing Reduction()
図形に適用されている行間の縮小を取得します。Autofit
、Autofit
、または Autofit
を使用するシェイプの場合、この値はデフォルトの 0 です。Autofit
の場合、返される値は、テキストをシェイプ内に収めるために元のスペースから減算されたスペースの量です。
戻る
Number
- 行間隔。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations