Enum PlaceholderType
PlaceholderType
占位符类型。其中许多占位符类型对应于 ECMA-376 标准的占位符 ID。如需详细了解这些形状,请参阅 ECMA-376 第 5 版第 19.7.10 节“Office Open XML 文件格式 - 基础知识和标记语言参考”第 19.7.10 节的“ST_PlaceholderType”类型说明。
若要调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.PlaceholderType.BODY
。
属性
媒体资源 | 类型 | 说明 |
UNSUPPORTED | Enum | 占位符类型不受支持。 |
NONE | Enum | 不是占位符。 |
BODY | Enum | 正文。 |
CHART | Enum | 图表。 |
CLIP_ART | Enum | 剪贴画图片。 |
CENTERED_TITLE | Enum | 标题居中。 |
DIAGRAM | Enum | 图表。 |
DATE_AND_TIME | Enum | 日期和时间。 |
FOOTER | Enum | 页脚文本。 |
HEADER | Enum | 标题文字。 |
MEDIA | Enum | 多媒体: |
OBJECT | Enum | 任意内容类型。 |
PICTURE | Enum | 照片。 |
SLIDE_NUMBER | Enum | 幻灯片编号。 |
SUBTITLE | Enum | 副标题。 |
TABLE | Enum | 表格。 |
TITLE | Enum | 幻灯片标题。 |
SLIDE_IMAGE | Enum | 幻灯片图片。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["PlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts."],["These types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation."],["To use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text)."],["A comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER."],["If a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types."]]],[]]