'Office Open XML File Formats - Fundamentals and Markup Language Reference'
섹션 20.1.10.55, ECMA-376 4th
edition 1부의 'ST_ShapeType' 단순 유형 값의 하위 집합에서 파생되었습니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
SlidesApp.LineType.STRAIGHT_CONNECTOR_1을 예로 들 수 있습니다.
속성
속성
유형
설명
UNSUPPORTED
Enum
지원되지 않는 선 유형입니다.
STRAIGHT_CONNECTOR_1
Enum
직선 커넥터 1 양식 ECMA-376 ST_ShapeType 'straightConnector1'에 해당합니다.
[[["이해하기 쉬움","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)"],[[["`LineType` defines the type of line used in Google Slides, derived from the ECMA-376 standard for Office Open XML file formats."],["You can use various line types, including straight, bent, and curved connectors, as well as a straight line (non-connector)."],["To specify a line type within your code, utilize the syntax `SlidesApp.LineType.[property]`, such as `SlidesApp.LineType.STRAIGHT_CONNECTOR_1`."],["Each `LineType` property corresponds to a specific shape type as defined in the ECMA-376 standard."]]],[]]