Enum LineCategory
LineCategory
קטגוריית השורה.
ה-LineType
שנוצר נקבע על סמך הקטגוריה ועל סמך האופן שבו הוא מנותב כדי להתחבר לאלמנטים אחרים בדף.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SlidesApp.LineCategory.STRAIGHT
.
מאפיינים
נכס | סוג | תיאור |
UNSUPPORTED | Enum | קטגוריית שורה שלא נתמכת. |
STRAIGHT | Enum | מחברים ישרים, כולל מחבר ישר 1. |
BENT | Enum | מחברים כפופים, כולל מחברים כפופים 2 עד 5. |
CURVED | Enum | מחברים מעוקלים, כולל מחברים מעוקלים 2 עד 5. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-03 (שעון UTC)."],[[["`LineCategory` defines the type of line used to connect elements in Google Slides, with options like straight, bent, and curved."],["The specific `LineType` is automatically determined based on the chosen `LineCategory` and how it connects to other elements on the page."],["You can access specific line categories using the enum structure like `SlidesApp.LineCategory.STRAIGHT` to specify the desired line type in your code."],["Several line categories are available, including `STRAIGHT`, `BENT`, `CURVED`, and `UNSUPPORTED` for types not currently implemented."]]],[]]