Enum PlaceholderType
PlaceholderType
סוגי ה-placeholder. רבים מסוגי ה-placeholders תואמים למזהי placeholders לפי תקן ECMA-376. מידע נוסף על הצורות האלה מופיע בתיאור של הסוג "ST_PlaceholderType" בסעיף 19.7.10 של "פורמטים של קובצי Office Open XML - יסודות ושפת סימון", חלק 1 של ECMA-376 מהדורה 5th.
כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
SlidesApp.PlaceholderType.BODY
.
תכונות
נכס | תיאור | התיאור |
UNSUPPORTED | Enum | סוג placeholder שאינו נתמך. |
NONE | Enum | לא מציין מיקום. |
BODY | Enum | הטקסט של גוף הקובץ. |
CHART | Enum | תרשים או גרף. |
CLIP_ART | Enum | תמונה מתוך אוסף התמונות. |
CENTERED_TITLE | Enum | הכותרת ממורכזת. |
DIAGRAM | Enum | תרשים. |
DATE_AND_TIME | Enum | תאריך ושעה. |
FOOTER | Enum | הטקסט בכותרת התחתונה. |
HEADER | Enum | טקסט הכותרת. |
MEDIA | Enum | מולטימדיה. |
OBJECT | Enum | כל סוג תוכן. |
PICTURE | Enum | תמונה. |
SLIDE_NUMBER | Enum | מספר השקף. |
SUBTITLE | Enum | כותרת משנה. |
TABLE | Enum | טבלה. |
TITLE | Enum | כותרת השקף. |
SLIDE_IMAGE | Enum | תמונת השקף. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["PlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts."],["These types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation."],["To use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text)."],["A comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER."],["If a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types."]]],[]]