Enum TextDirection
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेक्स्टदिशा
निर्देशों का टेक्स्ट फ़्लो कर सकता है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SlidesApp.TextDirection.LEFT_TO_RIGHT
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
UNSUPPORTED | Enum | टेक्स्ट का ऐसा डायरेक्शन जो काम नहीं करता. |
LEFT_TO_RIGHT | Enum | टेक्स्ट, बाएं से दाएं की ओर जाता है. |
RIGHT_TO_LEFT | 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\u003eTextDirection\u003c/code\u003e determines the flow direction of text within Google Slides elements.\u003c/p\u003e\n"],["\u003cp\u003eYou can access text direction properties using the format \u003ccode\u003eSlidesApp.TextDirection.{property}\u003c/code\u003e, like \u003ccode\u003eSlidesApp.TextDirection.LEFT_TO_RIGHT\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThree properties are available: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eLEFT_TO_RIGHT\u003c/code\u003e, and \u003ccode\u003eRIGHT_TO_LEFT\u003c/code\u003e, defining how text is oriented.\u003c/p\u003e\n"]]],[],null,["# Enum TextDirection\n\nTextDirection\n\nThe directions text can flow in.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.TextDirection.LEFT_TO_RIGHT`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------------|--------|-----------------------------------------|\n| `UNSUPPORTED` | `Enum` | A text direction that is not supported. |\n| `LEFT_TO_RIGHT` | `Enum` | The text goes from left to right. |\n| `RIGHT_TO_LEFT` | `Enum` | The text goes from right to left. |"]]