Enum LineFillType
线条填充类型
线条填充类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.LineFillType.SOLID
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 不受支持的线条填充类型。 |
NONE | Enum | 不填充,因此线条或轮廓是透明的。 |
SOLID | Enum | 单色填充。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`LineFillType` in Google Slides API defines how lines are filled."],["You can access the different line fill types using `SlidesApp.LineFillType` followed by the specific property like `SOLID` or `NONE`."],["The three available options are `UNSUPPORTED`, `NONE` for transparent lines, and `SOLID` for solid color fills."]]],["`LineFillType` defines the different kinds of line fills available. It is accessed via its parent class, like `SlidesApp.LineFillType.SOLID`. The available properties are: `UNSUPPORTED`, for an unsupported fill type; `NONE`, for a transparent line or outline; and `SOLID`, for a line filled with a solid color. These properties are all of `Enum` type and describe the state of the line fill.\n"]]