Enum ArrowStyle
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
ArrowStyle
선형 지오메트리를 렌더링할 수 있는 시작 및 종료 형태입니다.
일부 값은 ECMA-376 5번째 버전의 1부인 'Office Open XML 파일 형식 - 기본사항 및 마크업 언어 참조'의 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 | 흰색 다이아몬드 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]