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 および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["`AutofitType` defines how elements, like text or shapes, automatically adjust their size within Google Slides."],["It offers options like `TEXT_AUTOFIT` to shrink overflowing text and `SHAPE_AUTOFIT` to resize shapes to fit content, alongside `NONE` for no autofit and `UNSUPPORTED` for unviable types."],["To use an `AutofitType`, specify it using the format `SlidesApp.AutofitType.[property]`, for example, `SlidesApp.AutofitType.TEXT_AUTOFIT`."]]],[]]