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