Enum AutofitType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
AutofitType
自動調整タイプ。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
SlidesApp.AutofitType.TEXT_AUTOFIT のようにします。
プロパティ
| プロパティ | 種類 | 説明 |
UNSUPPORTED | Enum | サポートされていない自動調整タイプです。 |
NONE | Enum | 自動調整は適用されません。 |
TEXT_AUTOFIT | Enum | テキストがはみ出す場合は縮小します。 |
SHAPE_AUTOFIT | Enum | テキストに合わせて図形のサイズを変更します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-04-13 UTC。
[null,null,["最終更新日 2026-04-13 UTC。"],[],["`AutofitType` defines how text behaves within a shape. It's accessed via `SlidesApp.AutofitType`. The properties include: `UNSUPPORTED` (for unsupported autofit), `NONE` (no autofit), `TEXT_AUTOFIT` (text shrinks on overflow), and `SHAPE_AUTOFIT` (shape resizes to fit text). These enums manage the behavior of text content within shapes in terms of scaling or shape adjustment.\n"]]