Enum PageElementType
PageElementType
页面元素类型。
如需调用枚举,您需要调用其父类、名称和属性。例如
SlidesApp.PageElementType.SHAPE
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 表示不受支持且无法进一步分类的页面元素。 |
SHAPE | Enum | 表示没有更具体的分类的一般形状。 |
IMAGE | Enum | 表示图像。 |
VIDEO | Enum | 表示视频。 |
TABLE | Enum | 表示表格。 |
GROUP | Enum | 表示作为单个单元联接的页面元素集合。 |
LINE | Enum | 表示线条。 |
WORD_ART | Enum | 表示艺术字。 |
SHEETS_CHART | Enum | 表示从 Google 表格嵌入的链接图表。 |
SPEAKER_SPOTLIGHT | Enum | 表示演讲者特写。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-28。
[null,null,["最后更新时间 (UTC):2024-06-28。"],[[["`PageElementType` is used to identify the type of element on a Slides page, like a shape, image, or table."],["To reference a specific element type, use the format `SlidesApp.PageElementType.[Element Type]`, for example, `SlidesApp.PageElementType.SHAPE`."],["There are various predefined element types including `UNSUPPORTED`, `SHAPE`, `IMAGE`, `VIDEO`, `TABLE`, `GROUP`, `LINE`, `WORD_ART`, `SHEETS_CHART`, and `SPEAKER_SPOTLIGHT`."],["Each `PageElementType` provides a way to categorize and interact with different components within Google Slides presentations programmatically."]]],[]]