Enum ArrowStyle
ArrowStyle
可用于渲染线性几何图形的起始和结束形式的类型。
某些值基于“Office Open XML 文件格式 - 基础知识和标记语言参考”第 20.1.10.33 节“ST_LineEndType”简单类型(ECMA-376 第 4 版的第 1 部分)。
若要调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.ArrowStyle.FILL_ARROW
。
属性
媒体资源 | 类型 | 说明 |
UNSUPPORTED | Enum | 箭头样式不受支持。 |
NONE | Enum | 无箭头。 |
STEALTH_ARROW | Enum | 背部凹陷的箭头。对应于 ECMA-376 ST_LineEndType 值“stealth”。 |
FILL_ARROW | Enum | 实心箭头。对应于 ECMA-376 ST_LineEndType 值“triangle”。 |
FILL_CIRCLE | Enum | 实心圆。对应于 ECMA-376 ST_LineEndType 值“oval”。 |
FILL_SQUARE | Enum | 实心正方形。 |
FILL_DIAMOND | Enum | 实心菱形。对应于 ECMA-376 ST_LineEndType 值“diamond”。 |
OPEN_ARROW | Enum | 空心箭头。 |
OPEN_CIRCLE | Enum | 空心圆圈。 |
OPEN_SQUARE | Enum | 空心方形。 |
OPEN_DIAMOND | Enum | 空心菱形。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["`ArrowStyle` defines the start and end forms for rendering linear geometry in Google Slides."],["Several arrow styles are based on the ECMA-376 standard for line end types."],["You can use properties like `FILL_ARROW` or `OPEN_CIRCLE` to specify the desired arrow style."],["`ArrowStyle` offers a variety of arrow styles, including filled and hollow shapes, as well as no arrow."],["To apply an arrow style, call the enum through its parent class and property, like `SlidesApp.ArrowStyle.FILL_ARROW`."]]],[]]