Enum SheetsChartEmbedType
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نوع جاسازی نمودار برگه ها نوع جاسازی نمودار Sheets.
برای فراخوانی یک enum، کلاس والد، نام و ویژگی آن را فراخوانی می کنید. به عنوان مثال، SlidesApp.SheetsChartEmbedType.IMAGE
.
خواص
اموال | تایپ کنید | توضیحات |
---|
UNSUPPORTED | Enum | نموداری را نشان می دهد که پشتیبانی نمی شود و نمی توان آن را بیشتر طبقه بندی کرد. |
IMAGE | Enum | نشان می دهد که نمودار به عنوان یک تصویر جاسازی شده است. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]