Enum TextBaselineOffset
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेक्स्टबेसलाइनऑफ़सेट
टेक्स्ट अपनी सामान्य स्थिति से वर्टिकल ऑफ़सेट हो गया है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SlidesApp.TextBaselineOffset.SUPERSCRIPT
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
UNSUPPORTED | Enum | ऐसा टेक्स्ट बेसलाइन ऑफ़सेट जो काम नहीं करता. |
NONE | Enum | टेक्स्ट को वर्टिकल तौर पर ऑफ़सेट नहीं किया गया है. |
SUPERSCRIPT | Enum | टेक्स्ट को ऊपर की ओर वर्टिकल ऑफ़सेट किया गया है. |
SUBSCRIPT | Enum | टेक्स्ट को वर्टिकल तौर पर नीचे की ओर ऑफ़सेट किया गया है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eTextBaselineOffset\u003c/code\u003e controls the vertical positioning of text relative to its baseline.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four options: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eSUPERSCRIPT\u003c/code\u003e (shifts text upwards), and \u003ccode\u003eSUBSCRIPT\u003c/code\u003e (shifts text downwards).\u003c/p\u003e\n"],["\u003cp\u003eTo use it, specify the desired property using the format \u003ccode\u003eSlidesApp.TextBaselineOffset.[Property]\u003c/code\u003e, such as \u003ccode\u003eSlidesApp.TextBaselineOffset.SUPERSCRIPT\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum TextBaselineOffset\n\nTextBaselineOffset\n\nThe text vertical offset from its normal position.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.TextBaselineOffset.SUPERSCRIPT`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | An text baseline offset that is not supported. |\n| `NONE` | `Enum` | The text is not vertically offset. |\n| `SUPERSCRIPT` | `Enum` | The text is vertically offset upwards. |\n| `SUBSCRIPT` | `Enum` | The text is vertically offset downwards. |"]]