Enum LinkType
LinkType
הסוגים של Link
.
כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
SlidesApp.LinkType.URL
.
תכונות
נכס | תיאור | התיאור |
UNSUPPORTED | Enum | סוג קישור שלא נתמך. |
URL | Enum | קישור לדף אינטרנט חיצוני. |
SLIDE_POSITION | Enum | קישור לשקף ספציפי במצגת הזו, עם הפניה לשקף. |
SLIDE_ID | Enum | קישור לשקף ספציפי במצגת הזו עם המזהה שלו. |
SLIDE_INDEX | Enum | קישור לשקף ספציפי במצגת הזו, המטופל באמצעות האינדקס המבוסס על אפס. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-01 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-01 (שעון UTC)."],[[["`LinkType` in Google Slides API refers to the type of link associated with an object, such as a shape or text box."],["The available link types include external web page links (`URL`), links to specific slides within the presentation by position (`SLIDE_POSITION`), ID (`SLIDE_ID`), or index (`SLIDE_INDEX`), along with an unsupported type (`UNSUPPORTED`)."],["You can use these link types with the `SlidesApp.LinkType` enum when scripting in Google Apps Script."]]],[]]