Enum PositionedLayout
PositionedLayout
周囲のテキストとの関連で PositionedImage
をレイアウトする方法を指定する列挙型。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
DocumentApp.PositionedLayout.ABOVE_TEXT
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
ABOVE_TEXT | Enum | 画像はテキストの上に表示されます。 |
BREAK_BOTH | Enum | 画像によって左右のテキストが分割されます。 |
BREAK_LEFT | Enum | 画像の左側にあるテキストが破損します。 |
BREAK_RIGHT | Enum | 画像の右側にあるテキストが破損します。 |
WRAP_TEXT | Enum | 画像はテキストで囲まれています。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 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`."]]],[]]