Enum PositionedLayout
PositionedLayout
這個列舉會指定如何根據周圍文字配置 PositionedImage
。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
DocumentApp.PositionedLayout.ABOVE_TEXT
。
屬性
屬性 | 類型 | 說明 |
ABOVE_TEXT | Enum | 圖片位於文字上方。 |
BREAK_BOTH | Enum | 圖片會斷言左右兩側文字。 |
BREAK_LEFT | Enum | 圖片會中斷左側文字。 |
BREAK_RIGHT | Enum | 圖片會中斷右側文字。 |
WRAP_TEXT | Enum | 圖片會以文字包圍。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["`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`."]]],[]]