Enum DashStyle
DashStyle
可用于渲染线性几何图形的短划线的类型。这些值基于“ST_PresetLineDashVal”简单类型,如“Office Open XML 文件格式 - 基础知识和标记语言参考”第 20.1.10.48 节所述(ECMA-376 第四版的第 1 部分)。
若要调用枚举,您可以调用其父类、名称和属性。例如
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”。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["`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."]]],[]]