Enum PositionedLayout
PositionedLayout
Eine Aufzählung, die angibt, wie ein PositionedImage
in Bezug auf den umgebenden Text angelegt wird.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
DocumentApp.PositionedLayout.ABOVE_TEXT
.
Attribute
Property | Typ | Beschreibung |
ABOVE_TEXT | Enum | Das Bild wird über dem Text positioniert. |
BREAK_BOTH | Enum | Der Text auf der linken und rechten Seite wird durch das Bild unterbrochen. |
BREAK_LEFT | Enum | Der Text auf der linken Seite wird durch das Bild unterbrochen. |
BREAK_RIGHT | Enum | Der Text auf der rechten Seite wird durch das Bild unterbrochen. |
WRAP_TEXT | Enum | Das Bild ist von Text umgebrochen. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-01 (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`."]]],[]]