Enum BorderStyle
BorderStyle
Style, które można ustawiać w zakresie za pomocą funkcji Range.setBorder(top, left, bottom, right, vertical, horizontal, color, style)
.
Aby wywołać wyliczenie, wywołaj jej klasę nadrzędną, nazwę i właściwość. Na przykład:
SpreadsheetApp.BorderStyle.DOTTED
.
Właściwości
Właściwość | Typ | Opis |
DOTTED | Enum | Obramowanie przerywane linią. |
DASHED | Enum | Obramowanie linią przerywaną. |
SOLID | Enum | Obramowanie cienką linią ciągłą. |
SOLID_MEDIUM | Enum | Obramowanie średniej linii ciągłej. |
SOLID_THICK | Enum | Obramowanie grubą linią ciągłą. |
DOUBLE | Enum | Obramowanie 2 linią ciągłą. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 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`."]]],[]]