Enum BorderStyle
BorderStyle
סגנונות שאפשר להגדיר בטווח באמצעות Range.setBorder(top, left, bottom, right, vertical, horizontal, color, style)
.
כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
SpreadsheetApp.BorderStyle.DOTTED
.
תכונות
נכס | תיאור | התיאור |
DOTTED | Enum | גבולות של קווים מקווקווים. |
DASHED | Enum | גבולות קווים מקווקווים. |
SOLID | Enum | גבולות קוויים דקים. |
SOLID_MEDIUM | Enum | גבולות קווים בינוניים בינוניים. |
SOLID_THICK | Enum | גבולות עבים של קווים רציפים. |
DOUBLE | Enum | שני גבולות של קווים יציבים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`BorderStyle` in Google Apps Script is used to define the style of borders applied to a range of cells within a spreadsheet."],["You can apply borders to the top, bottom, left, right, vertical, and horizontal edges of a range."],["Border styles include dotted, dashed, solid (in varying thicknesses), and double lines."],["To set a border style, you need to call `Range.setBorder()` with arguments specifying the desired style and colors."],["`BorderStyle` is an enum within the `SpreadsheetApp` class and its properties (like `DOTTED` or `SOLID`) are accessed as `SpreadsheetApp.BorderStyle.DOTTED`."]]],[]]