Enum AutofitType
अपने-आप फ़िट होने वालाटाइप
अपने-आप टेक्स्ट फ़िट होने के टाइप.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SlidesApp.AutofitType.TEXT_AUTOFIT
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
UNSUPPORTED | Enum | अपने-आप टेक्स्ट फ़िट होने की सुविधा का ऐसा टाइप जो काम नहीं करता. |
NONE | Enum | अपने-आप टेक्स्ट फ़िट होने की सुविधा लागू नहीं होती. |
TEXT_AUTOFIT | Enum | ओवरफ़्लो होने पर टेक्स्ट को छोटा करता है. |
SHAPE_AUTOFIT | Enum | टेक्स्ट फ़िट करने के लिए, आकार बदलता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-02 (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`."]]],["`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"]]