Enum AutofitType
AutofitType
Die Typen für die automatische Anpassung.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
SlidesApp.AutofitType.TEXT_AUTOFIT
.
Attribute
Property | Typ | Beschreibung |
UNSUPPORTED | Enum | Ein Typ für automatische Anpassung, der nicht unterstützt wird. |
NONE | Enum | Die automatische Anpassung wird nicht angewendet. |
TEXT_AUTOFIT | Enum | Verkleinert den Text bei Überlauf. |
SHAPE_AUTOFIT | Enum | Die Größe der Form wird an den Text angepasst. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[null,null,["Zuletzt aktualisiert: 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`."]]],[]]