선형 도형을 렌더링할 수 있는 대시 종류입니다. 이러한 값은 'Office Open XML File Formats - Fundamentals and Markup Language Reference'
섹션 20.1.10.48, ECMA-376 4th
버전의 1부에 설명된 'ST_PresetLineDashVal'을 기반으로 합니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
SlidesApp.DashStyle.DOT을 예로 들 수 있습니다.
속성
속성
유형
설명
UNSUPPORTED
Enum
지원되지 않는 대시 스타일입니다.
SOLID
Enum
실선. ECMA-376 ST_PresetLineDashVal 값 'solid'에 해당합니다. 이것이 기본 대시 스타일입니다.
[[["이해하기 쉬움","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)"],[[["`DashStyle` defines the different types of dashes used for rendering lines in presentations, based on the ECMA-376 standard."],["You can access these dash styles using the format `SlidesApp.DashStyle.PROPERTY`, replacing `PROPERTY` with the desired style like `DOT` or `DASH`."],["Available dash styles include solid, dotted, dashed, dash-dot, long dash, and long dash-dot, along with a default `SOLID` and an `UNSUPPORTED` style."],["Each dash style corresponds to a specific ECMA-376 `ST_PresetLineDashVal` value for interoperability with other applications."]]],[]]