Enum DashStyle
대시스타일
선형 도형을 렌더링할 수 있는 대시의 종류입니다. 이 값은 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'에 해당합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-02(UTC)
[null,null,["최종 업데이트: 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."]]],[]]