BORDERLESS là giá trị mặc định; giá trị này hiển thị một nút hình ảnh đơn giản không có đường viền.
Nút FILLED có màu nền mà bạn có thể đặt bằng ImageButton.
Để gọi một enum, bạn gọi lớp mẹ, tên và thuộc tính của enum đó. Ví dụ:
CardService.ImageButtonStyle.BORDERLESS.
Thuộc tính
Thuộc tính
Loại
Mô tả
BORDERLESS
Enum
Nút hình ảnh không có đường viền. Mặc định.
OUTLINED
Enum
Nút hình ảnh có nền rõ ràng.
FILLED
Enum
Nút hình ảnh có nền màu.
FILLED_TONAL
Enum
Nút hình ảnh có một điểm trung gian thay thế giữa các nút được tô màu và được viền.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-03 UTC."],[[["ImageButtonStyle is used to define the style of an ImageButton in Google Apps Script."],["There are four styles available: `BORDERLESS` (default), `OUTLINED`, `FILLED`, and `FILLED_TONAL`."],["Each style provides a different visual appearance for the image button, such as background color and border presence."],["Styles are accessed using the parent class and property name, like `CardService.ImageButtonStyle.BORDERLESS`."]]],[]]