Images
صورة
حاسمة
PageElement
النوع الذي يمثل صورة.
تمثيل JSON
|
{
"contentUrl": string,
"imageProperties": {
object (ImageProperties )
},
"sourceUrl": string,
"placeholder": {
object (Placeholder )
}
}
|
الحقول
|
contentUrl
|
string
عنوان URL يؤدي إلى صورة ذات فترة صلاحية تلقائية تبلغ 30 دقيقة. تم وضع علامة على عنوان URL هذا باستخدام حساب مقدِّم الطلب. ويمكن لأي شخص لديه عنوان URL الوصول بفعالية إلى الصورة كمقدِّم الطلب الأصلي. من الممكن أن يتم فقد إمكانية الوصول إلى الصورة في حالة تغيير إعدادات مشاركة العرض التقديمي.
|
imageProperties
|
object (ImageProperties )
خصائص الصورة.
|
sourceUrl
|
string
عنوان URL المصدر هو عنوان URL الذي يتم استخدامه لإدراج الصورة. يمكن أن يكون عنوان URL المصدر فارغًا.
|
placeholder
|
object (Placeholder )
العناصر النائبة هي عناصر الصفحة التي تكتسب من العناصر النائبة المقابلة في التخطيطات والعناصر الرئيسية.
وفي حال ضبطها، تكون الصورة عبارة عن صورة عنصر نائب ويمكن حلّ أي خصائص موروثة من خلال الاطّلاع على العنصر النائب الرئيسي الذي تم تحديده بواسطة السمة
Placeholder.parent_object_id
.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Image PageElement represents images within Google Slides."],["It includes properties like `contentUrl`, `imageProperties`, `sourceUrl`, and `placeholder`."],["`contentUrl` provides a temporary URL for accessing the image."],["`placeholder` details if the image acts as a placeholder and inherits properties from parent layouts or masters."]]],["An image `PageElement` is defined by its `contentUrl`, `imageProperties`, `sourceUrl`, and optional `placeholder`. The `contentUrl` provides a temporary (30-minute) access URL tied to the requester's account. `imageProperties` details the image's attributes. The `sourceUrl` indicates where the image was inserted from. `Placeholder` signifies inherited properties from parent layouts or masters, resolvable via `parent_object_id`. These elements define the data and source of the image.\n"]]