Enum SheetsChartEmbedType
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
SheetsChartEmbedType
סוג ההטמעה של התרשים ב-Sheets.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SlidesApp.SheetsChartEmbedType.IMAGE
.
מאפיינים
נכס | סוג | תיאור |
UNSUPPORTED | Enum | מייצג תרשים שלא נתמך ולא ניתן לסווג אותו. |
IMAGE | Enum | מציין שהתרשים מוטמע כתמונה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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. |"]]