Enum SheetsChartEmbedType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
表格图表嵌入类型
Google 表格图表的嵌入类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.SheetsChartEmbedType.IMAGE
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 表示不受支持且无法进一步分类的图表。 |
IMAGE | Enum | 表示图表是作为图片嵌入的。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eSheetsChartEmbedType\u003c/code\u003e defines how a Google Sheets chart is embedded within another application.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two properties: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e for charts that can't be classified and \u003ccode\u003eIMAGE\u003c/code\u003e for charts embedded as images.\u003c/p\u003e\n"],["\u003cp\u003eAccessing these properties is done by calling the parent class, name, and property, such as \u003ccode\u003eSlidesApp.SheetsChartEmbedType.IMAGE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum SheetsChartEmbedType\n\nSheetsChartEmbedType\n\nThe Sheets chart's embed type.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.SheetsChartEmbedType.IMAGE`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|----------------------------------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | Represents a chart that is not supported and cannot be further classified. |\n| `IMAGE` | `Enum` | Indicates that the chart is embedded as an image. |"]]