Enum ArrowStyle
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ArrowStyle
線形ジオメトリをレンダリングできる開始フォームと終了フォームの種類。
一部の値は、ECMA-376 第 5 版の第 1 部の「Office Open XML File Formats - Fundamentals and Markup Language Reference」のセクション 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 | 中抜きのひし形。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-04 UTC。
[null,null,["最終更新日 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. |"]]