Mit Sammlungen den Überblick behalten Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
TextDirection
Der Text der Wegbeschreibung kann eingeblendet werden.
Wenn Sie ein Enum aufrufen möchten, rufen Sie die übergeordnete Klasse, den Namen und die Eigenschaft auf. Beispiel: SlidesApp.TextDirection.LEFT_TO_RIGHT.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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. |"]]