تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eFillType\u003c/code\u003e in Google Slides API refers to the different ways an object can be filled, such as with a solid color or no fill at all.\u003c/p\u003e\n"],["\u003cp\u003eYou can access specific fill types using the syntax \u003ccode\u003eSlidesApp.FillType.[property]\u003c/code\u003e, for example, \u003ccode\u003eSlidesApp.FillType.SOLID\u003c/code\u003e represents a solid fill.\u003c/p\u003e\n"],["\u003cp\u003eThere are three main fill types: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eNONE\u003c/code\u003e (transparent background), and \u003ccode\u003eSOLID\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `FillType` enum defines the types of fills available, accessible via `SlidesApp.FillType.PROPERTY_NAME`. It includes three properties: `UNSUPPORTED` for unsupported fills, `NONE` for transparent backgrounds, and `SOLID` for solid color fills. Each property is of the `Enum` type. Calling an Enum requires calling it's parent class.\n"],null,["FillType\n\nThe kinds of fill.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.FillType.SOLID`. \n\nProperties\n\n| Property | Type | Description |\n|---------------|--------|--------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A fill type that is not supported. |\n| `NONE` | `Enum` | No fill, so the background is transparent. |\n| `SOLID` | `Enum` | A solid color fill. |"]]