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