Enum ArrowStyle
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Kiểumũi tên
Các loại hình dạng bắt đầu và kết thúc mà hình học tuyến tính có thể được kết xuất.
Một số giá trị dựa trên kiểu đơn giản "ST_LineEndType" được mô tả trong phần 20.1.10.33 của "Định dạng tệp Office Open XML – Kiến thức cơ bản và tài liệu tham khảo về ngôn ngữ đánh dấu", phần 1 của ECMA-376 phiên bản thứ 5.
Để gọi một enum, bạn gọi lớp mẹ, tên và thuộc tính của enum đó. Ví dụ:
SlidesApp.ArrowStyle.FILL_ARROW
.
Thuộc tính
Thuộc tính | Loại | Mô tả |
UNSUPPORTED | Enum | Một kiểu mũi tên không được hỗ trợ. |
NONE | Enum | Không có mũi tên. |
STEALTH_ARROW | Enum | Mũi tên có phần đuôi bị cắt rãnh. Tương ứng với giá trị ECMA-376 ST_LineEndType "stealth". |
FILL_ARROW | Enum | Mũi tên đặc. Tương ứng với giá trị ECMA-376 ST_LineEndType "triangle". |
FILL_CIRCLE | Enum | Vòng tròn tô kín. Tương ứng với giá trị ECMA-376 ST_LineEndType "oval". |
FILL_SQUARE | Enum | Hình vuông đặc. |
FILL_DIAMOND | Enum | Hình thoi đặc. Tương ứng với giá trị ECMA-376 ST_LineEndType "diamond". |
OPEN_ARROW | Enum | Mũi tên rỗng. |
OPEN_CIRCLE | Enum | Hình tròn rỗng. |
OPEN_SQUARE | Enum | Hình vuông rỗng. |
OPEN_DIAMOND | Enum | Hình thoi rỗng. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-04 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eArrowStyle\u003c/code\u003e defines the start and end forms for rendering linear geometry in Google Slides.\u003c/p\u003e\n"],["\u003cp\u003eSeveral arrow styles are based on the ECMA-376 standard for line end types.\u003c/p\u003e\n"],["\u003cp\u003eYou can use properties like \u003ccode\u003eFILL_ARROW\u003c/code\u003e or \u003ccode\u003eOPEN_CIRCLE\u003c/code\u003e to specify the desired arrow style.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eArrowStyle\u003c/code\u003e offers a variety of arrow styles, including filled and hollow shapes, as well as no arrow.\u003c/p\u003e\n"],["\u003cp\u003eTo apply an arrow style, call the enum through its parent class and property, like \u003ccode\u003eSlidesApp.ArrowStyle.FILL_ARROW\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum ArrowStyle\n\nArrowStyle\n\nThe kinds of start and end forms with which linear geometry can be rendered.\n\nSome values are based on the \"ST_LineEndType\" simple type described in section 20.1.10.33 of\nof \"Office Open XML File Formats - Fundamentals and Markup Language Reference\", part 1 of [ECMA-376 5th\nedition](https://ecma-international.org/publications-and-standards/standards/ecma-376/).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.ArrowStyle.FILL_ARROW`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------------|--------|----------------------------------------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | An arrow style that is not supported. |\n| `NONE` | `Enum` | No arrow. |\n| `STEALTH_ARROW` | `Enum` | Arrow with notched back. Corresponds to ECMA-376 ST_LineEndType value 'stealth'. |\n| `FILL_ARROW` | `Enum` | Filled arrow. Corresponds to ECMA-376 ST_LineEndType value 'triangle'. |\n| `FILL_CIRCLE` | `Enum` | Filled circle. Corresponds to ECMA-376 ST_LineEndType value 'oval'. |\n| `FILL_SQUARE` | `Enum` | Filled square. |\n| `FILL_DIAMOND` | `Enum` | Filled diamond. Corresponds to ECMA-376 ST_LineEndType value 'diamond'. |\n| `OPEN_ARROW` | `Enum` | Hollow arrow. |\n| `OPEN_CIRCLE` | `Enum` | Hollow circle. |\n| `OPEN_SQUARE` | `Enum` | Hollow square. |\n| `OPEN_DIAMOND` | `Enum` | Hollow diamond. |"]]