일부 값은 'Office Open XML File Formats - Fundamentals and Markup Language Reference'
섹션 20.1.10.33, ECMA-376 4th
edition 파트 1에 설명된 'ST_LineEndType' 단순 유형을 기반으로 합니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
SlidesApp.ArrowStyle.FILL_ARROW을 예로 들 수 있습니다.
속성
속성
유형
설명
UNSUPPORTED
Enum
지원되지 않는 화살표 스타일입니다.
NONE
Enum
화살표가 없습니다.
STEALTH_ARROW
Enum
뒤로 갈라진 화살표. ECMA-376 ST_LineEndType 값 'stealth'에 해당합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-12-01(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`."]]],[]]