Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
PositioniertesLayout
Eine Aufzählung, die angibt, wie ein PositionedImage im Verhältnis zum umgebenden Text dargestellt werden soll.
Wenn Sie ein Enum aufrufen möchten, rufen Sie die übergeordnete Klasse, den Namen und die Eigenschaft auf. Beispiel:
DocumentApp.PositionedLayout.ABOVE_TEXT.
Attribute
Attribut
Typ
Beschreibung
ABOVE_TEXT
Enum
Das Bild wird über dem Text platziert.
BREAK_BOTH
Enum
Das Bild schneidet den Text links und rechts ab.
BREAK_LEFT
Enum
Das Bild unterbricht den Text auf der linken Seite.
[[["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: 2024-12-03 (UTC)."],[[["`PositionedLayout` is an enum used to define the placement of a `PositionedImage` relative to the surrounding text in a Google Doc."],["It offers five options: `ABOVE_TEXT`, `BREAK_BOTH`, `BREAK_LEFT`, `BREAK_RIGHT`, and `WRAP_TEXT`, controlling how the image interacts with the text flow."],["To use these options, call the enum using `DocumentApp.PositionedLayout` followed by the desired property, like `DocumentApp.PositionedLayout.WRAP_TEXT`."]]],[]]