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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-01 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-01 (שעון 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."]]],[]]