Enum 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 および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 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`."]]],[]]