Enum TextDirection
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
TextDirection
אנטומציה של מסלול נסיעה בטקסט.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SpreadsheetApp.TextDirection.LEFT_TO_RIGHT
.
מאפיינים
נכס | סוג | תיאור |
LEFT_TO_RIGHT | Enum | כיוון טקסט משמאל לימין. |
RIGHT_TO_LEFT | Enum | כיוון טקסט מימין לשמאל. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eTextDirection\u003c/code\u003e is used to specify the direction in which text flows within a spreadsheet.\u003c/p\u003e\n"],["\u003cp\u003eTwo options are available: \u003ccode\u003eLEFT_TO_RIGHT\u003c/code\u003e and \u003ccode\u003eRIGHT_TO_LEFT\u003c/code\u003e, accessed using \u003ccode\u003eSpreadsheetApp.TextDirection\u003c/code\u003e followed by the desired property.\u003c/p\u003e\n"]]],[],null,["# Enum TextDirection\n\nTextDirection\n\nAn enumerations of text directions.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.TextDirection.LEFT_TO_RIGHT`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------------|--------|-------------------------------|\n| `LEFT_TO_RIGHT` | `Enum` | Left-to-right text direction. |\n| `RIGHT_TO_LEFT` | `Enum` | Right-to-left text direction. |"]]