[[["이해하기 쉬움","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,["# 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. |"]]