Enum ArrowStyle
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
箭頭樣式
可算繪線性幾何圖形的開始和結束表單種類。
部分值是以「Office Open XML File Formats - Fundamentals and Markup Language Reference」第 1 部分 ECMA-376 第 5 版第 20.1.10.33 節所述的「ST_LineEndType」簡單型別為準。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
SlidesApp.ArrowStyle.FILL_ARROW
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 不支援的箭頭樣式。 |
NONE | Enum | 沒有箭頭。 |
STEALTH_ARROW | Enum | 箭頭,背面有凹口。對應於 ECMA-376 ST_LineEndType 值「stealth」。 |
FILL_ARROW | Enum | 實心箭頭。對應於 ECMA-376 ST_LineEndType 值「triangle」。 |
FILL_CIRCLE | Enum | 實心圓。對應於 ECMA-376 ST_LineEndType 值「oval」。 |
FILL_SQUARE | Enum | 實心方塊。 |
FILL_DIAMOND | Enum | 實心菱形。對應於 ECMA-376 ST_LineEndType 值「diamond」。 |
OPEN_ARROW | Enum | 空心箭頭。 |
OPEN_CIRCLE | Enum | 空心圓形。 |
OPEN_SQUARE | Enum | 空心方塊。 |
OPEN_DIAMOND | Enum | 空心菱形。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-04 (世界標準時間)。
[null,null,["上次更新時間:2025-08-04 (世界標準時間)。"],[[["\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. |"]]