Charts
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
শীটচার্ট
Google পত্রক থেকে এমবেড করা একটি লিঙ্ক করা চার্টের প্রতিনিধিত্ব করে একটি PageElement
প্রকার।
JSON প্রতিনিধিত্ব |
---|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
} |
ক্ষেত্র |
---|
spreadsheetId | string Google পত্রক স্প্রেডশীটের আইডি যাতে উৎস চার্ট রয়েছে। |
chartId | integer Google পত্রক স্প্রেডশীটে এম্বেড করা নির্দিষ্ট চার্টের আইডি। |
contentUrl | string 30 মিনিটের ডিফল্ট জীবনকাল সহ এমবেড করা চার্টের একটি চিত্রের URL৷ এই URLটি অনুরোধকারীর অ্যাকাউন্টের সাথে ট্যাগ করা হয়েছে। URL সহ যে কেউ আসল অনুরোধকারী হিসাবে ছবিটি কার্যকরভাবে অ্যাক্সেস করে৷ উপস্থাপনার শেয়ারিং সেটিংস পরিবর্তন হলে ছবিতে অ্যাক্সেস হারিয়ে যেতে পারে। |
sheetsChartProperties | object ( SheetsChartProperties ) পত্রক চার্টের বৈশিষ্ট্য। |
SheetsChartProperties
JSON প্রতিনিধিত্ব |
---|
{
// Union field kind can be only one of the following:
"chartImageProperties": {
object (ImageProperties )
}
// End of list of possible types for union field kind .
} |
ক্ষেত্র |
---|
ইউনিয়ন ক্ষেত্র kind . পত্রক চার্ট বৈশিষ্ট্যের ধরনের. kind নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
chartImageProperties | object ( ImageProperties ) এমবেডেড চার্ট চিত্রের বৈশিষ্ট্য। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-03-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-03-21 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Charts\n\n### SheetsChart\n\n\nA\n[PageElement](/workspace/slides/api/reference/rest/v1/presentations.pages#Page.PageElement)\nkind representing a linked chart embedded from Google Sheets.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"spreadsheetId\": string, \"chartId\": integer, \"contentUrl\": string, \"sheetsChartProperties\": { object (/workspace/slides/api/reference/rest/v1/presentations.pages/charts#Page.SheetsChartProperties) } } ``` |\n\n| Fields ||\n|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `spreadsheetId` | `string` The ID of the Google Sheets spreadsheet that contains the source chart. |\n| `chartId` | `integer` The ID of the specific chart in the Google Sheets spreadsheet that is embedded. |\n| `contentUrl` | `string` The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation's sharing settings change. |\n| `sheetsChartProperties` | `object (`[SheetsChartProperties](/workspace/slides/api/reference/rest/v1/presentations.pages/charts#Page.SheetsChartProperties)`)` The properties of the Sheets chart. |\n\n### SheetsChartProperties\n\n\nThe properties of the\n[SheetsChart](/workspace/slides/api/reference/rest/v1/presentations.pages/charts#Page.SheetsChart).\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `kind` can be only one of the following: \"chartImageProperties\": { object (/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.ImageProperties) } // End of list of possible types for union field `kind`. } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `kind`. The kind of Sheets chart properties. `kind` can be only one of the following: ||\n| `chartImageProperties` | `object (`[ImageProperties](/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.ImageProperties)`)` The properties of the embedded chart image. |"]]