Enum ArrowStyle
화살표스타일
선형 도형을 렌더링할 수 있는 시작 및 종료 도형의 종류입니다.
일부 값은 ECMA-376 4판의 1부인 'Office Open XML 파일 형식 - 기본사항 및 마크업 언어 참조'의 20.1.10.33 섹션에 설명된 'ST_LineEndType' 간단한 유형을 기반으로 합니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
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 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-02(UTC)
[null,null,["최종 업데이트: 2024-12-02(UTC)"],[[["`ArrowStyle` defines the start and end forms for rendering linear geometry in Google Slides."],["Several arrow styles are based on the ECMA-376 standard for line end types."],["You can use properties like `FILL_ARROW` or `OPEN_CIRCLE` to specify the desired arrow style."],["`ArrowStyle` offers a variety of arrow styles, including filled and hollow shapes, as well as no arrow."],["To apply an arrow style, call the enum through its parent class and property, like `SlidesApp.ArrowStyle.FILL_ARROW`."]]],[]]