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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-03。
[null,null,["最后更新时间 (UTC):2024-12-03。"],[[["`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`."]]],[]]