선형 도형을 렌더링할 수 있는 대시의 종류입니다. 이 값은 ECMA-376 4판의 1부인 'Office Open XML 파일 형식 - 기본사항 및 마크업 언어 참조'의 20.1.10.48 섹션에 설명된 'ST_PresetLineDashVal' 간단한 유형을 기반으로 합니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
SlidesApp.DashStyle.DOT입니다.
속성
속성
유형
설명
UNSUPPORTED
Enum
지원되지 않는 대시 스타일입니다.
SOLID
Enum
실선 ECMA-376 ST_PresetLineDashVal 값 'solid'에 해당합니다. 이는 기본 대시 스타일입니다.
DOT
Enum
점선 ECMA-376 ST_PresetLineDashVal 값 'dot'에 해당합니다.
DASH
Enum
점선 ECMA-376 ST_PresetLineDashVal 값 'dash'에 해당합니다.
DASH_DOT
Enum
대시와 점이 번갈아 표시됩니다. ECMA-376 ST_PresetLineDashVal 값 'dashDot'에 해당합니다.
LONG_DASH
Enum
대형 대시가 있는 선 ECMA-376 ST_PresetLineDashVal 값 'lgDash'에 해당합니다.
LONG_DASH_DOT
Enum
대형 대시와 점을 번갈아 표시합니다. ECMA-376 ST_PresetLineDashVal 값 'lgDashDot'에 해당합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-12-02(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."]]],[]]