Enum TextDirection
TextDirection
הטקסט של ההוראות יכול להופיע.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SlidesApp.TextDirection.LEFT_TO_RIGHT
.
מאפיינים
נכס | סוג | תיאור |
UNSUPPORTED | Enum | כיוון טקסט שאינו נתמך. |
LEFT_TO_RIGHT | Enum | הטקסט מופיע משמאל לימין. |
RIGHT_TO_LEFT | Enum | הטקסט מופיע מימין לשמאל. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-02 (שעון UTC)."],[[["`TextDirection` determines the flow direction of text within Google Slides elements."],["You can access text direction properties using the format `SlidesApp.TextDirection.{property}`, like `SlidesApp.TextDirection.LEFT_TO_RIGHT`."],["Three properties are available: `UNSUPPORTED`, `LEFT_TO_RIGHT`, and `RIGHT_TO_LEFT`, defining how text is oriented."]]],[]]