[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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,["TextDirection\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\nProperties\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. |"]]